".github/vscode:/vscode.git/clone" did not exist on "1df3b64d007b4554dc8b7e481ca500421364c310"
Do not expose --max_train_steps in models that do not use it.
Only the V1 resnet model uses --max_train_steps. This unexposes the flag in the keras_application_models, mnist, keras resnet, CTL resnet Models. Before this change, such models allowed the flag to be specified, but ignored it. I also removed the "max_train" argument from the run_synthetic function, since this only had any meaning for the V1 resnet model. Instead, the V1 resnet model now directly passes --max_train_steps=1 to run_synthetic. PiperOrigin-RevId: 264269836
Showing
Please register or sign in to comment