Skip to content

Instantly share code, notes, and snippets.

@curiousily
Created February 17, 2020 21:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save curiousily/07bd976ef2789df885599163276a989e to your computer and use it in GitHub Desktop.
Save curiousily/07bd976ef2789df885599163276a989e to your computer and use it in GitHub Desktop.
cfg.SOLVER.IMS_PER_BATCH = 4
cfg.SOLVER.BASE_LR = 0.001
cfg.SOLVER.WARMUP_ITERS = 1000
cfg.SOLVER.MAX_ITER = 1500
cfg.SOLVER.STEPS = (1000, 1500)
cfg.SOLVER.GAMMA = 0.05
@etbteich
Copy link

etbteich commented Apr 6, 2021

w=uv where v contains u^R

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment