From 1a7a000b24151985413eb19ba0934bf9e09d90a8 Mon Sep 17 00:00:00 2001 From: Moliner Eloi Date: Tue, 31 Aug 2021 15:41:56 +0300 Subject: [PATCH] preparing files --- inference.sh | 4 ---- train.sh | 8 ++------ 2 files changed, 2 insertions(+), 10 deletions(-) diff --git a/inference.sh b/inference.sh index 5ecfe24..e80d84c 100644 --- a/inference.sh +++ b/inference.sh @@ -1,9 +1,5 @@ #!/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 diff --git a/train.sh b/train.sh index 36d15a1..3b5d982 100644 --- a/train.sh +++ b/train.sh @@ -1,12 +1,8 @@ #!/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 + +python train.py path_experiment="$PATH_EXPERIMENT" epochs=150 batch_size=2 steps_per_epoch=2000