diff --git a/check.py b/check.py index e785a21..249e35e 100644 --- a/check.py +++ b/check.py @@ -91,7 +91,7 @@ def plot_preds( bottom=0.0, zorder=1, alpha=1, - align='edge', + align="edge", ) ax.set_xticks([]) diff --git a/makefile b/makefile index 2ada19d..254dae9 100644 --- a/makefile +++ b/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