source sync

PiperOrigin-RevId: 223081582
This commit is contained in:
Roy Frostig 2018-11-27 16:46:45 -08:00
parent 0ea98501aa
commit 14844224fc

View File

@ -125,7 +125,3 @@ if __name__ == "__main__":
opt_state = update(i, opt_state, next(batches))
trained_params = minmax.get_params(opt_state)
if __name__ == '__main__':
from absl import app
app.run(main)