yoyodyne icon indicating copy to clipboard operation
yoyodyne copied to clipboard

Validation accuracy max not working

Open kylebgorman opened this issue 11 months ago • 0 comments

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.

kylebgorman avatar May 05 '25 01:05 kylebgorman