You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@singa.apache.org by GitBox <gi...@apache.org> on 2020/09/05 03:28:57 UTC

[GitHub] [singa] dcslin commented on pull request #789: fixed imdb train script args

dcslin commented on pull request #789:
URL: https://github.com/apache/singa/pull/789#issuecomment-687540064


   Hi @chrishkchris , this is regarding the imdb training script issue, could please help to review, options are working now:
   return sequences:
   ```
   root@1c6aaef3db53:~/singa# PYTHONPATH=build/python/ python3 examples/rnn/imdb_train.py -s
   epoch 0 loss [0.6632729]; acc 0.593
   epoch 1 loss [0.5689068]; acc 0.705
   ```
   no return sequences:
   ```
   root@1c6aaef3db53:~/singa# PYTHONPATH=build/python/ python3 examples/rnn/imdb_train.py -s
   epoch 0 loss [0.6632729]; acc 0.593
   epoch 1 loss [0.5689068]; acc 0.705
   ```


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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