Register a SA Forums Account here!
JOINING THE SA FORUMS WILL REMOVE THIS BIG AD, THE ANNOYING UNDERLINED ADS, AND STUPID INTERSTITIAL ADS!!!

You can: log in, read the tech support FAQ, or request your lost password. This dumb message (and those ads) will appear on every screen until you register! Get rid of this crap by registering your own SA Forums Account and joining roughly 150,000 Goons, for the one-time price of $9.95! We charge money because it costs us money per month for bills, and since we don't believe in showing ads to our users, we try to make the money back through forum registrations.
 
  • Post
  • Reply
rchon
Feb 19, 2015
don't ask me about deploying mask r-cnn models to production systems with no quantifiable validation metrics or model versioning

Adbot
ADBOT LOVES YOU

rchon
Feb 19, 2015

lancemantis posted:

bonus if it’s just the Facebook repo

matterport, actually

(detectron apparently doesn't run in a vm with cpu and 2gb of ram. still want to try maskrcnn-benchmark though because it's in pytorch.)

rchon
Feb 19, 2015
code:
[06/05 19:02:12] d2.engine.train_loop INFO: Starting training from iteration 0
[06/05 19:02:28] d2.utils.events INFO:  iter: 19  total_loss: 4050.742  time: 0.3694 lr: 0.000000
[06/05 19:02:36] d2.utils.events INFO:  iter: 39  total_loss: 4000.453  time: 0.3621 lr: 0.000000
[06/05 19:02:43] d2.utils.events INFO:  iter: 59  total_loss: 3826.672  time: 0.3620 lr: 0.000001
[06/05 19:02:50] d2.utils.events INFO:  iter: 79  total_loss: 4228.532  time: 0.3624 lr: 0.000001
...
[06/05 22:13:10] d2.utils.events INFO:  iter: 30899  total_loss: 3902.033  time: 0.3628 lr: 0.000010
[06/05 22:13:17] d2.utils.events INFO:  iter: 30919  total_loss: 3867.677  time: 0.3628 lr: 0.000010
[06/05 22:13:24] d2.utils.events INFO:  iter: 30939  total_loss: 3930.970  time: 0.3628 lr: 0.000010
[06/05 22:13:31] d2.utils.events INFO:  iter: 30959  total_loss: 3713.955  time: 0.3628 lr: 0.000010
well gently caress

rchon
Feb 19, 2015

Arcteryx Anarchist posted:

m8 wtf are you doing

trying to train an autoencoder-ish thing based on resnet-50 with ms coco. the total_loss is just the mse. i started training it on friday and basically it spent ~31k batches of images oscillating around learning nothing. time to start randomly changing various hyperparameters!

rchon
Feb 19, 2015
initial guess with 1e-5, detectron2 does some lr warmup which is why it starts out lower than that for the beginning batches. besides double checking all the code, lowering the learning rate was experiment #1 on the "randomly change hyperparams" list.

Adbot
ADBOT LOVES YOU

rchon
Feb 19, 2015

Max Facetime posted:

it won’t have actually learned anything until it’s able to explain what it has learned

sorry, but someone had to say it

this network has learned something but no animal ever has

:hmmyes:

  • 1
  • 2
  • 3
  • 4
  • 5
  • Post
  • Reply