Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in tensorflow

How can I access the filenames gathered by tf.data.Dataset.list_files()?

How to run TensorFlow on AMD/ATI GPU?

tensorflow gpu amd

Tensorflow what is the difference between None, -1 and ? when specifying tensor shape?

Keras, auc on validation set during training does not match with sklearn auc

AttributeError: 'tuple' object has no attribute 'type' upon importing tensorflow

python-3.x numpy tensorflow

Tensorflow error "has type list, but expected one of: int, long, float"

How to save and restore Keras LSTM model?

Batch Normalization in tf.keras does not calculate average mean and average variance

How to use a pre-trained embedding matrix in tensorflow 2.0 RNN as initial weights in an embedding layer?

AttributeError: 'ShuffleDataset' object has no attribute 'output_shapes' - when following TF tutorial

when restoring from a checkpoint, how can I change the data type of the parameters?

Why keras use "call" instead of __call__?

tensorflow keras

how to convert perreplica to tensor?

What is causing large jumps in training accuracy and loss between epochs?

How to visualize RNN/LSTM gradients in Keras/TensorFlow?

AttributeError: module 'tensorflow' has no attribute 'get_variable'

Tensorflow: How to use tf.keras.metrics in multiclass classification?

python tensorflow keras

How to choose the number of units for the Dense layer in the Convoluted neural network for a Image classification problem?

Keras: ValueError: logits and labels must have the same shape ((None, 2) vs (None, 1))

python tensorflow keras

Would TensorFlow utilize GPU on a Mac if installed on a VM?