Skip to content

Commit

Permalink
Merge branch 'data-parallelism' of https://github.com/TITC/LaTeX-OCR
Browse files Browse the repository at this point in the history
…into pr/150
  • Loading branch information
lukas-blecher committed May 20, 2022
2 parents bd66642 + 694d31b commit de8f7f0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pix2tex/train.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,4 +112,5 @@ def save_models(e, step=0):
if not parsed_args.resume:
args.id = wandb.util.generate_id()
wandb.init(config=dict(args), resume='allow', name=args.name, id=args.id)
args = Munch(wandb.config)
train(args)

0 comments on commit de8f7f0

Please sign in to comment.