Hi,
Thanks for this amazing package !
I am using DVC to store some models but the way I am training my models does not allow me to easily use the pipelines. And it does not necessarily make sense in my case. Nevertheless, I have some metadata I would like to keep as well as some metrics.
So my question is how should I do this? Because reading the doc and looking at some posts form here, I should use the dvc.yaml. But cmd
is not optional and does not really make sense in my case. So right now I could just have a fake cmd
but this does not sounds right.
Thanks!