We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In train.py and train_adv.py, both argparse and FLAGS are used.
However, I found them doesn't work together.
When running adv training:
train_adv.py models/modelA_adv --type=0 --num_epochs=12
I got
usage: train_adv.py [-h] [--type TYPE] [--epochs EPOCHS] [--eps EPS] [--norm NORM] [--iter ITER] [--ben BEN] model [adv_models [adv_models ...]] train_adv.py: error: unrecognized arguments: --num_epochs=12
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In train.py and train_adv.py, both argparse and FLAGS are used.
However, I found them doesn't work together.
When running adv training:
I got
The text was updated successfully, but these errors were encountered: