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
I don't konw what should I write in the next coda. parser.add_argument("--exp", type=str, help="folder of exps", default="") parser.add_argument("--paramStr", type=str, help="str of params", default="")
what the --exp and --paramStr mean?Can you give me an example
The text was updated successfully, but these errors were encountered:
I don't konw what should I write in the next coda.
parser.add_argument("--exp", type=str, help="folder of exps", default="") parser.add_argument("--paramStr", type=str, help="str of params", default="")
what the --exp and --paramStr mean?Can you give me an example
The text was updated successfully, but these errors were encountered: