We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2b55fb commit 307bc50Copy full SHA for 307bc50
pix2tex/train.py
@@ -135,4 +135,5 @@ def save_models(e, step=0):
135
if not parsed_args.resume:
136
args.id = wandb.util.generate_id()
137
wandb.init(config=dict(args), resume='allow', name=args.name, id=args.id)
138
+ args = Munch(wandb.config)
139
train(args)
0 commit comments