New posts in deep-learning

[caffe]: check fails: Check failed: hdf_blobs_[i]->shape(0) == num (200 vs. 6000)

RuntimeError: Input type (torch.FloatTensor) and weight type (torch.cuda.FloatTensor) should be the same

How to add regularizations in TensorFlow?

How does Pytorch's "Fold" and "Unfold" work?

How to fix RuntimeError "Expected object of scalar type Float but got scalar type Double for argument"?

keras: how to save the training history attribute of the history object

Conv 1x1 configuration for feature reduction

How do I implement train_test_split in this code?

Keras, how do I predict after I trained a model?

How to add two new dimensions to the input feature before the last two layers in MLP

How to use hyperopt for hyperparameter optimization of Keras deep learning network?

What does global_step mean in Tensorflow?

Using a pre-trained word embedding (word2vec or Glove) in TensorFlow

How to unpack pkl file?

Expected all tensors to be on the same device, but found at least two devices, cuda:0 and cpu

What is the role of TimeDistributed layer in Keras?

Which parameters should be used for early stopping?

multi-layer perceptron (MLP) architecture: criteria for choosing number of hidden layers and size of the hidden layer? [closed]

Access accuracy in keras / tensorflow while learning

How to training/testing my own dataset in caffe?