Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in deep-learning

ValueError: Data cardinality is ambiguous. Make sure all arrays contain the same number of samples

Arbitrary deep network structures in Keras

deep-learning keras

How to use pre-trained features from VGG-16 as input to GlobalAveragePooling2D() layer in Keras

Calculating top-5 error rate in Caffe?

DDPG not converging for a simple control problem

Concatenation layer in tensorflow

How to store efficiently 1B of new rows every day with a possibility to query/index?

database deep-learning

ValueError: expected 2D or 3D input (got 1D input) PyTorch

keras resume training with different learning rate

Input 'y' of 'Equal' Op has type bool that does not match type float32 of argument 'x'

Reduce the size of features map in convolution neual network (CNN)

How do I get a single vector for a single word using Word2Vec?