We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bd66642 + 694d31b commit de8f7f0Copy full SHA for de8f7f0
pix2tex/train.py
@@ -112,4 +112,5 @@ def save_models(e, step=0):
112
if not parsed_args.resume:
113
args.id = wandb.util.generate_id()
114
wandb.init(config=dict(args), resume='allow', name=args.name, id=args.id)
115
+ args = Munch(wandb.config)
116
train(args)
0 commit comments