Browse Source

xkcd colors may be too few to learn from. need 10x

new-sep-loss
Michael Pilosov, PhD 10 months ago
parent
commit
e5b6f287a3
  1. 2
      newsearch.py

2
newsearch.py

@ -73,7 +73,7 @@ for idx, params in enumerate(search_params):
python newmain.py fit \
--seed_everything {s} \
--data.batch_size {bs} \
--data.train_size 0 \
--data.train_size 10000 \
--data.val_size 10000 \
--model.alpha {a} \
--model.width {w} \

Loading…
Cancel
Save