You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What's the mainly difference between MNIST_CNN.h5 and MNIST_CNN_tanh.h5 ? just finally activation layer using tanh or others ? It will be perfect as showing the source code of these two models.
The text was updated successfully, but these errors were encountered:
@herrkun . The only difference is the use of ReLU and tanh activation in the final layers. I tried finding the source code for the models I trained. As far as I remember, I was using the basic architecture called LeCun Net (the network from the MNIST paper). I have updated the repo with steps to use the existing code with your own model and data. Hope it helps.
What's the mainly difference between MNIST_CNN.h5 and MNIST_CNN_tanh.h5 ? just finally activation layer using tanh or others ? It will be perfect as showing the source code of these two models.
The text was updated successfully, but these errors were encountered: