You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
parser.add_argument("--input_dir", default="./data/combined/", help="path to folder containing images")
parser.add_argument("--mode", default="export", choices=["train", "test", "export"])
parser.add_argument("--output_dir", default="./exports", help="where to put output files")
parser.add_argument("--seed", type=int, default=121)
parser.add_argument("--checkpoint", default='./output', help="directory with checkpoint to resume training from or use for testing")
My export params:
This is what is exported:
Testing params:
Error:
It wont work for "/export" also instead of "/export/checkpoint"
The text was updated successfully, but these errors were encountered: