Use custom variables in config for k-fold #9597
Unanswered
thapaliya19
asked this question in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to run k-fold using a config. To do so, I have written a shell script that loops over the number of folds and runs the training script. I am using a single config file, where I have set a new variable,
fold=1
, and using the command line.Inside the config file, I am using the
fold
variable to change the data directories to load the annotation files, e.g.:. But, when running the script, though the
fold
variable changes the values, the ann_file does not change. How can I accomplish this task?Beta Was this translation helpful? Give feedback.
All reactions