yoyodyne
yoyodyne copied to clipboard
Validation accuracy max not working
I noticed that if I select "max" on validation accuracy under the runs for a sweep on W&B, all the values become null.
I believe that the error is that we're not setting metric= and monitor= arguments when we create the W&B logger. Fixing this as I do in #322 seems to address the issue though I need to do more testing.