You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
make run <filename>
runs a file fom the directory ./src/pynn/
the .py-ending is automatically added to filename
Caveats
test.py requires the mnist-dataset to be loaded
to load, run: make run load_mnist
show.py requires a matching pre-trained model in ./test-model-bleeding.pynn
usually test.py saves a usable model in ./test-model.pynn
run cp ./test-model.pynn ./test-model-bleeding.pynn to use it
Formatting etc
make clean remove temporary files
make fmt format and lint code
About
ML-Model for Audio Source Analysis and Speech Translation