Skip to content

Instantly share code, notes, and snippets.

@curiousily
Created February 17, 2020 21:12
Show Gist options
  • Save curiousily/f45a7b5cceb52acee71c86f14df1d388 to your computer and use it in GitHub Desktop.
Save curiousily/f45a7b5cceb52acee71c86f14df1d388 to your computer and use it in GitHub Desktop.
os.makedirs(cfg.OUTPUT_DIR, exist_ok=True)
trainer = CocoTrainer(cfg)
trainer.resume_or_load(resume=False)
trainer.train()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment