Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in deep-learning

Error when checking model input: expected convolution2d_input_1 to have 4 dimensions, but got array with shape (32, 32, 3)

How to calculate the number of parameters for convolutional neural network?

Gradient Descent vs Adagrad vs Momentum in TensorFlow

tensorflow deep-learning

How do I split a custom dataset into training and test datasets?

Estimating the number of neurons and number of layers of an artificial neural network [closed]

Batch Normalization in Convolutional Neural Network

What's the difference between torch.stack() and torch.cat() functions?

What's the difference between "hidden" and "output" in PyTorch LSTM?

How to stack multiple lstm in keras?

How to assign a value to a TensorFlow variable?

What is the intuition of using tanh in LSTM? [closed]

how to format the image data for training/prediction when images are different in size?

deep-learning

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

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

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

How to add regularizations in TensorFlow?

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

What is the role of TimeDistributed layer in Keras?

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

What does global_step mean in Tensorflow?

tensorflow deep-learning