10 lines
182 B
Bash
10 lines
182 B
Bash
#!/bin/bash
|
|
|
|
#module load anaconda
|
|
|
|
#source activate /scratch/work/molinee2/conda_envs/unet_env
|
|
|
|
|
|
python inference.py path_experiment="experiments/trained_model" inference.audio=$1
|
|
|