Skip to content

Does anyone know of example CLI scripts? #438

Pinned Answered by mx
Osmodin asked this question in Q&A
Discussion options

You must be logged in to vote

Onetrainer CLI is just python scripts/train.py --config-path /path/to/your/config.json

At that point it's just bash:

for c in config1.json config2.json config3.json; do
python scripts/train.py --config-path $c
done

Replies: 1 comment

Comment options

mx
Aug 19, 2024
Collaborator

You must be logged in to vote
0 replies
Answer selected by mx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants