Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Trying to address two issues: - return `action` as an item to fix runtime error ``` UserWarning: volatile was removed and now has no effect. Use `with torch.no_grad():` instead. ``` may related to: SeanNaren/deepspeech.pytorch#277 - change number of actions from global to a local one which I believe that was your intention
- Loading branch information