going_deeper icon indicating copy to clipboard operation
going_deeper copied to clipboard

Going Deeper: Infinite Deep Neural Networks

Results 2 going_deeper issues
Sort by recently updated
recently updated
newest added

Batch size is 2048. Getting the training data from the q I see x_train, y_train = train_q.get() print('X.. ' + str(x_train.shape) + ' Y.. ' + str(y_train.shape)) X.. (2048, 2980)...

The mnist code fails to learn anything for at least the first 15 epochs and counting. It is still running. The accuracy is static at about 10%. If the net...