"magic_pdf/vscode:/vscode.git/clone" did not exist on "12caa7845dc7cc9cf3e1a7a925b16efc44acc9c1"
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