"pytorch/vscode:/vscode.git/clone" did not exist on "eb1525ec06813a673d83c55c7ad5c55065e4aed2"
Removed rmsprop_momentum flag, use --momentum flag
The flag description for the momentum flag states that it is `The momentum for the MomentumOptimizer and RMSPropOptimizer`, however its not actually used in the RMSPropOptimizer. Instead, a separate `rmsprop_momentum` flag was used. This deletes that flag for simplicity. It was not referenced anywhere else in the repo.
Showing
Please register or sign in to comment