This commit is contained in:
infidel
2022-04-06 14:56:09 +07:00
commit eb3dc17ee6
41 changed files with 4898 additions and 0 deletions

5
runner.sh Executable file
View File

@@ -0,0 +1,5 @@
#!/bin/bash
python3 ./main_model.py PNLF.JK &
sleep 10 &&
python3 ./plot_loss.py &