6 lines
85 B
Bash
6 lines
85 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
python3 ./main_model.py PNLF.JK &
|
||
|
sleep 10 &&
|
||
|
python3 ./plot_loss.py &
|