Skip to content
Snippets Groups Projects

Wip add slurm deps

Merged Tobiasz Fic requested to merge wip-add-slurm-deps into develop
7 files
+ 176
88
Compare changes
  • Side-by-side
  • Inline
Files
7
+ 1
9
@@ -10,13 +10,5 @@ conda activate cbm23
RESULT_DIR=$1
CONFIG=$2
cd $RESULT_DIR
for dir in model_*
do
if [[ -d "$dir" ]]; then
readymodels+="$dir "
fi
done
MLPID_SRC_DIR=/lustre/cbm/users/$USER/pid_ml/src
python $MLPID_SRC_DIR/consolidate_results.py -c $CONFIG -m $readymodels --nworkers 4
\ No newline at end of file
python $MLPID_SRC_DIR/onnx_config_generator.py --output_dir=$RESULT_DIR --config $CONFIG
\ No newline at end of file
Loading