You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2018/06/27 10:54:20 UTC

[GitHub] glingyan opened a new issue #11418: recovery from mxent checkpoint for wide & deep , accuracy decrease

glingyan opened a new issue #11418: recovery from mxent checkpoint for wide & deep , accuracy decrease
URL: https://github.com/apache/incubator-mxnet/issues/11418
 
 
   use example/sparse/wide_deep/train.py to train 
   e.g. in first epoch the accuracy in 0.83 like below
   
   2018-06-27 18:48:53,896 epoch 0, accuracy = 0.8382098765432099
   2018-06-27 18:48:53,900 Saved checkpoint to "./checkpoint/checkpoint-0000.params"
   2018-06-27 18:48:53,902 Saved optimizer state to "./checkpoint/checkpoint-0000.states"
   2018-06-27 18:48:53,902 Training completed.
   
   load the sample and use the validate dataset to score, the accuracy decrease to 0.79
   INFO:logger:Finished inference with 16200 images
   INFO:logger:Finished with 115108.471217 images per second
   INFO:logger:('accuracy', 0.7991358024691358)
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services