FOr some reason when I try to do
dvc add ../models/model.onnx --file trained_model.dvc
I get
ERROR: unrecognized arguments: --file trained_model.dvc
My dvc version is 3.42…0
FOr some reason when I try to do
dvc add ../models/model.onnx --file trained_model.dvc
I get
ERROR: unrecognized arguments: --file trained_model.dvc
My dvc version is 3.42…0
Thanks for the reply.
It is mentioned in the tutorial
does the -o option works in a similar way? Or was --file discontinued?
EDIT
I tried
dvc add ../models/model.onnx -o trained_model.dvc
ERROR: DVC file 'trained_model.dvc' cannot be an output
There is no --file
in dvc add
. This was removed in Release 3.0.0 · iterative/dvc · GitHub.