Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in deep-learning

How do I determine the binary class predicted by a convolutional neural network on Keras?

How to access sample weights in a Keras custom loss function supplied by a generator?

How to customize matplotlib plots using gcf() or gca()?

WARNING:tensorflow:Layer my_model is casting an input tensor from dtype float64 to the layer's dtype of float32, which is new behavior in TensorFlow 2

Why in preprocessing image data, we need to do zero-centered data?

How to hide or encrypt my own keras model file(like h5) when deploying?

Early stopping in Bert Trainer instances

Is there a GPU accelerated numpy.max(X, axis=0) implementation in Theano?

LMDB files and how they are used for caffe deep learning network

How do I define my own operators in TensorFlow

How to set weight cost strength in TensorFlow?

deep-learning tensorflow

Dimension Mismatch in LSTM Keras

LSTM/RNN many to one

Use keras with tensorflow serving

Fine tuning pretrained model in keras

python deep-learning keras

Add dense layer before LSTM layer in keras or Tensorflow?

How to input new text for prediction in keras while using an inbuilt dataset

MXNet print intermediate symbol values

how tf.space_to_depth() works in tensorflow?

Does tf.nn.l2_loss and tf.contrib.layers.l2_regularizer serve the same purpose of adding L2 regularization in tensorflow?