Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in deep-learning

module 'tensorflow' has no attribute 'log'

list of tensors into tensors

Adding custom metric Keras Subclassing API

MultiRNN and static_rnn error: Dimensions must be equal, but are 256 and 129

Can relu be used at the last layer of a neural network?

How to plot a ROC curve from a softmax binary classifier with 2 output neurons?

How to train generator from GAN?

BERT outputs explained

How to fix ValueError: Classification metrics can't handle a mix of multiclass and multilabel-indicator targets for model?

When and How the Call function work in Model Subclassing of Keras?

How to train and fine-tune fully unsupervised deep neural networks?

Got ValueError: Attempt to convert a value (None) with an unsupported type (<class 'NoneType'>) to a Tensor

Tree-LSTM in Keras

Convert Sequential to Functional in Keras

Constructing Unet with pretrained Resnet34 encoder with Keras

How to determine what type of layers do I need for my Deep learning model?

Pytorch DataLoader doesn't work with remote interpreter

How to balance the generator and the discriminator performances in a GAN?

Transformer model in Tensorflow learns to only predict the end of sequence token

Why "GELU" activation function is used instead of ReLu in BERT?

deep-learning nlp