adding shs
This commit is contained in:
parent
c4cbdd2b8a
commit
305b9ffd2a
9
inference.sh
Normal file
9
inference.sh
Normal file
@ -0,0 +1,9 @@
|
||||
#!/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
|
||||
|
||||
12
train.sh
Normal file
12
train.sh
Normal file
@ -0,0 +1,12 @@
|
||||
#!/bin/bash
|
||||
|
||||
module load anaconda
|
||||
#module load matlab/r2020b
|
||||
#
|
||||
source activate /scratch/work/molinee2/conda_envs/unet_env
|
||||
|
||||
n=1
|
||||
PATH_EXPERIMENT=/scratch/work/molinee2/unet_dir/unet_denoising_github/experiments/${n}
|
||||
mkdir $PATH_EXPERIMENT
|
||||
|
||||
python train.py path_experiment="$PATH_EXPERIMENT" epochs=150 freq_inference=50 batch_size=2 steps_per_epoch=2000
|
||||
Loading…
Reference in New Issue
Block a user