Browse Source

cleanup

new-sep-loss
Michael Pilosov, PhD 10 months ago
parent
commit
e61543299d
  1. 2
      check.py
  2. 4
      makefile

2
check.py

@ -91,7 +91,7 @@ def plot_preds(
bottom=0.0,
zorder=1,
alpha=1,
align='edge',
align="edge",
)
ax.set_xticks([])

4
makefile

@ -1,7 +1,7 @@
lint:
black .
isort --profile=black .
flake8 --ignore E501,W503 .
isort --profile=black *.py
flake8 --ignore E501,W503 *.py
test:
python main.py --alpha 1 --lr 1e-2 --max_epochs 200 --bs 256 --seed 856 --width 2048

Loading…
Cancel
Save