colors/makefile

26 lines
452 B
Makefile
Raw Normal View History

2023-12-30 04:37:06 +00:00
lint:
black .
isort --profile=black .
2024-01-14 03:02:27 +00:00
flake8 --ignore E501,W503 .
2023-12-30 04:37:06 +00:00
test:
2024-01-16 04:37:22 +00:00
python main.py --alpha 1 --lr 1e-2 --max_epochs 200 --bs 256 --seed 856 --width 2048
2023-12-31 07:02:43 +00:00
search:
python search.py
2024-01-15 02:58:41 +00:00
2024-01-26 03:02:33 +00:00
hsv:
python hsv.py
2024-01-15 02:58:41 +00:00
animate:
ffmpeg -i lightning_logs/version_258/e%04d.png \
-c:v libx264 \
-vf "fps=12,format=yuv420p,pad=ceil(iw/2)*2:ceil(ih/2)*2" \
2024-01-15 04:25:29 +00:00
~/animated.mp4
clean:
2024-01-15 19:02:26 +00:00
rm -rf lightning_logs
2024-01-15 06:31:17 +00:00
rm -f out/*.png
2024-01-15 19:02:26 +00:00
rm -rf __pycache__/
2024-01-15 06:31:17 +00:00
cp hsv.png out/