Skip to content Skip to sidebar Skip to footer
Showing posts with the label Dropout

Input Contains Nan, Infinity Or A Value Too Large For Dtype('float64') In Tensorflow

I am trying to train a LSTM and in my model I have an exponential learning rate decay and a dropout… Read more Input Contains Nan, Infinity Or A Value Too Large For Dtype('float64') In Tensorflow

Randomly Set Some Elements In A Tensor To Zero (with Low Computational Time)

I have a tensor of shape (3072,1000) which represents the weights in my neural network. I want to: … Read more Randomly Set Some Elements In A Tensor To Zero (with Low Computational Time)