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/03/11 20:01:36 UTC

[GitHub] ericvlognow commented on issue #10067: keras imdb data set is not converged when maximum size of the word sequence is 500

ericvlognow commented on issue #10067: keras imdb data set is not converged  when maximum size of the word sequence is 500
URL: https://github.com/apache/incubator-mxnet/issues/10067#issuecomment-372144334
 
 
   following are outputs when maxLen = 150
   dyld: warning, LC_RPATH ${ORIGIN} in /Library/Python/2.7/site-packages/mxnet/libmxnet.so being ignored in restricted program because it is a relative path
   Preparing train set...
   Preparing test set...
   Trimming to 5000 max-features
   Padding to length 150
   Epoch 0, Training ('accuracy', 0.6598865089514067)
   Epoch 1, Training ('accuracy', 0.8490249360613811)
   Epoch 2, Training ('accuracy', 0.8255274936061381)
   ('Accuracy: ', 0.83776)
   
   

----------------------------------------------------------------
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