ind_knn_ad
ind_knn_ad copied to clipboard
How to save the model as a checkpoint file / load model from a checkpoint file for training and predicting?
It seems that code in cli_interface()
would train on a pre-trained model and does not interact to filesystem?
Could you please give an example show how to do that or add more parameters to cli_interface()
?
did you run yarn install ?
It happened to me when I installed it with pnpm. I deleted the node_modules folder and installed it with yarn, no problem :)