Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in deep-learning

Evaluating pytorch models: `with torch.no_grad` vs `model.eval()`

What does Keras.io.preprocessing.sequence.pad_sequences do?

python deep-learning keras

Saving best model in keras

What is a batch in TensorFlow?

How to avoid "CUDA out of memory" in PyTorch

How to get mini-batches in pytorch in a clean and efficient way?

What is the purpose of tf.global_variables_initializer?

tensorflow deep-learning

How to use return_sequences option and TimeDistributed layer in Keras?

CBOW v.s. skip-gram: why invert context and target words?

Why do we need to explicitly call zero_grad()? [duplicate]

Custom loss function in Keras

Using Dropout in Pytorch: nn.Dropout vs. F.dropout

2-D convolution as a matrix-matrix multiplication [closed]

How does the "number of workers" parameter in PyTorch dataloader actually work?

What is the difference between sparse_categorical_crossentropy and categorical_crossentropy?

How to append data to one specific dataset in a hdf5 file with h5py

Keras ValueError: Input 0 is incompatible with layer conv2d_1: expected ndim=4, found ndim=5

How to make a custom activation function with only Python in Tensorflow?

How can I use a pre-trained neural network with grayscale images?

Calculate the Output size in Convolution layer [closed]