Helo,
There is a way to create versions/ tags to change easiy between models? Thank you
Helo,
There is a way to create versions/ tags to change easiy between models? Thank you
When you train the model, you can use the --fixed-model-name
option to include a version id in the model file name.
Then when I run, there is a command to use the created model?
You can use --model path_to_model
to use that particular model
Thank you!!
You’ll find the docs on the command line options here.
Good idea to store model with custom name. Thanks @stephens
But Is there any command line so I can also store my training files(domain.yml
, actions.py
, etc) for each of the model version/name?