Skip to content

Commit

Permalink
FIX: fixed drive mapping in train_model.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
femke-sintef committed Oct 5, 2023
1 parent 4798fc4 commit 455de78
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions train_model.sh
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
#!/bin/bash

BASE_FOLDER=$1
CONFIG_PATH="./CONFIG.yaml"
CONFIG_PATH="/app/CONFIG.yaml"

docker run -v $BASE_FOLDER:/data \
-v $PWD:/app \
--gpus all \
dcase \
poetry run prototypicalbeats/trainer.py fit --config $CONFIG_PATH
beats \
poetry run prototypicalbeats/trainer.py fit --config $CONFIG_PATH

0 comments on commit 455de78

Please sign in to comment.