Skip to content

Commit

Permalink
small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mravanelli committed Aug 13, 2023
1 parent b039df1 commit 07e7c73
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
1 change: 1 addition & 0 deletions recipes/MOABB/extra_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
braindecode
mne
moabb
orion[profet]
Expand Down
4 changes: 3 additions & 1 deletion recipes/MOABB/run_experiments.sh
Original file line number Diff line number Diff line change
Expand Up @@ -173,9 +173,11 @@ fi
if [ "$rnd_dir" = True ]; then
rnd_dirname=$(tr -dc 'a-zA-Z' < /dev/urandom | head -c 6)
output_folder="$output_folder/$rnd_dirname"
mkdir -p $output_folder
fi

# Make sure the output_folder is created
mkdir -p $output_folder

# Print command line arguments and save to file
{
echo "hparams: $hparams"
Expand Down
5 changes: 2 additions & 3 deletions recipes/MOABB/run_hparam_optimization.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@
# - Davide Borra (2023)
###########################################################


# Initialize variables
exp_name=""
output_folder=""
Expand All @@ -65,8 +64,8 @@ mne_dir=""
orion_db_address=""
orion_db_type="PickledDB"
exp_max_trials=50
store_all=False
compress_exp=False
store_all=True
compress_exp=True

# Function to print argument descriptions and exit
print_argument_descriptions() {
Expand Down

0 comments on commit 07e7c73

Please sign in to comment.