Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in tensorflow

Can pre trained Keras model on GPU be used for predictions on a CPU only PC?

How to make use of class_weights to calculated custom loss fuction while using custom training loop (i.e. not using .fit )

tensorflow gradienttape

Validation Accuracy Stuck, Accuracy low

Tensorflow Scikit Flow get GraphDef for Android (save *.pb file)

What's the output of an Embedding layer in tensorflow and what does GlobalAveragePooling1D do it?

What is the equivalence of Masking() Keras function in tensorflow? And does batch norm, conv, and relu support Masking?

tensorflow keras

Evaluate a condition on each element of a vector y in tensorflow

tensorflow

Pixelate ROI bounding box and overlay it on original image using OpenCV

Copy a layer from one CNN model to other. (layer_from_config not working in ver 2)

Find all variables that a tensorflow op depends upon

tensorflow

AttributeError: 'Tensor' object has no attribute 'numpy' when using a Keras-based custom loss function

ValueError: Error when checking input: expected flatten_input to have shape (1, 4) but got array with shape (1, 2)

How to convert pandas dataframe to tensorflow dataset?

Complete Tensorflow usage for training from Iris CSV data

How can I access the weights of a recurrent cell in Tensorflow?