• Matt Rickard's avatar
    Removed rmsprop_momentum flag, use --momentum flag · c136af63
    Matt Rickard authored
    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.
    c136af63
train_image_classifier.py 19.9 KB