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
I found that 'test-wasserstein.jl' does not consider overfitting yet although it includes AccuracyLayer. If my understanding is right, I am suggesting to include a new extended example. In neural networks, early stop is one of the essential item to train the network.
The following is my executing results of 'test-wasserstein.jl' with increasing of max_iter to 20000:
Accuracy (avg over 1000) = 90.9000%
...
Accuracy (avg over 1000) = 94.3000%
...
Accuracy (avg over 1000) = 94.0000%
...
Accuracy (avg over 1000) = 93.7000%
The text was updated successfully, but these errors were encountered:
@jskDr Thanks! We have a DecayOnValidation learning rate policy that allows one to half the learning rate when the performance on validation set drops.
I found that 'test-wasserstein.jl' does not consider overfitting yet although it includes AccuracyLayer. If my understanding is right, I am suggesting to include a new extended example. In neural networks, early stop is one of the essential item to train the network.
The following is my executing results of 'test-wasserstein.jl' with increasing of max_iter to 20000:
Accuracy (avg over 1000) = 90.9000%
...
Accuracy (avg over 1000) = 94.3000%
...
Accuracy (avg over 1000) = 94.0000%
...
Accuracy (avg over 1000) = 93.7000%
The text was updated successfully, but these errors were encountered: