ind_knn_ad icon indicating copy to clipboard operation
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?

Open FirokOtaku opened this issue 1 year ago • 2 comments

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()?

FirokOtaku avatar Sep 26 '23 08:09 FirokOtaku

did you run yarn install ?

oidt avatar Mar 18 '24 09:03 oidt

It happened to me when I installed it with pnpm. I deleted the node_modules folder and installed it with yarn, no problem :)

onursonmez avatar May 23 '24 09:05 onursonmez