Closed this issue 6 years ago · 1 comments
I test this: python train.py --gpu=0 --embed_dim=256 --dataset=imdb --n_epochs=100 Is there a problem with the formula for calculating the correct rate?
python train.py --gpu=0 --embed_dim=256 --dataset=imdb --n_epochs=100
Thanks, there indeed was a small bug in accuracy computation. Fixed now, sorry for the late response.