Open sccbhxc opened 6 years ago
Could you show multiple lines of the output? Each line in the output corresponds to a single task evaluation, not an average, so there will be some zeros unless the model is perfect. Does every single line look like that?
By the way, a better way to see the results is to let the run finish, at which point a full evaluation is performed. With those arguments, this will be after 100K iterations. You can also use tensorboard to see smoothed learning curves during training.
@unixpickle I fails to upload the picture of tensorboard curves yesterday. The training accuracy curves I get is as follow.
TensorBoard has a smoothing option, which should make the curves easier to read.
Some things to check:
I run the following code:
The output results is "batch XXX: train=0.000000 test=0.000000". Is there any wrong?