File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ braindecode
12mne
23moabb
34orion[profet]
Original file line number Diff line number Diff line change 173173if [ " $rnd_dir " = True ]; then
174174 rnd_dirname=$( tr -dc ' a-zA-Z' < /dev/urandom | head -c 6)
175175 output_folder=" $output_folder /$rnd_dirname "
176- mkdir -p $output_folder
177176fi
178177
178+ # Make sure the output_folder is created
179+ mkdir -p $output_folder
180+
179181# Print command line arguments and save to file
180182{
181183 echo " hparams: $hparams "
Original file line number Diff line number Diff line change 4646# - Davide Borra (2023)
4747# ##########################################################
4848
49-
5049# Initialize variables
5150exp_name=" "
5251output_folder=" "
@@ -65,8 +64,8 @@ mne_dir=""
6564orion_db_address=" "
6665orion_db_type=" PickledDB"
6766exp_max_trials=50
68- store_all=False
69- compress_exp=False
67+ store_all=True
68+ compress_exp=True
7069
7170# Function to print argument descriptions and exit
7271print_argument_descriptions () {
You can’t perform that action at this time.
0 commit comments