Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in tensorflow

Creating a custom TensorFlow dataset by subclassing tf.data.Dataset

Fully Convolution Net (FCN) on Tensorflow

tensorflow

Custom loss function without using keras backend library

tensorflow: register numpy bfloat16 extension

Unable to build TensorFlow from source with bazel. 22nd January 2016

tensorflow bazel

Binary classification in TensorFlow, unexpected large values for loss and accuracy

Mask rcnn not working for images with large resolution

Does Stochastic Gradient Descent even work with TensorFlow?

Installing TensorFlow in a Virtualenv on OSX

Tensorflow doesn't update weights

python tensorflow

TensorFlow: Example implementation of a simple custom transformation_func for Dataset's apply method

What is the use of tf.keras.backend nowadays, is it safer/more future proof to code w/ or w/o it?

Neural network keeps misclassifying input image despite performing well on the original data set

Why I cannot using TensorArray.gather() in @tf.function?

How do you prevent memory usage to explode when using Keras in a loop