dcslin commented on pull request #789: URL: https://github.com/apache/singa/pull/789#issuecomment-688003289
> I remembered last time is this problem? > >  >  Hi Chirs, I think the bug was because the `argpaser` configuration was wrong. And the `args.return_sequences` has string value of `"False"` which is evaluated to `True`(not `None`) in `if` statement. So the changes in this PR rectified the `argpaser` to make `args.return_sequences` has boolean value. ---------------------------------------------------------------- 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]
