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: [email protected]
