pykt-team / pykt-toolkit

pyKT: A Python Library to Benchmark Deep Learning based Knowledge Tracing Models
https://pykt.org
MIT License
194 stars 53 forks source link

The config file is not in the direct directory of save_model, but in the newly generated file under save_model after I trained the model. #160

Closed xiangxin-oss closed 6 months ago

xiangxin-oss commented 6 months ago

Hello, I run the sparsekt model following the quick start with the code 'python wandb_sparsekt_train.py', then I run the predict file with the code ' python wandb_predict'. But there was error like the following picture: image

I checked the save_mode file, and found there was a folder with a very long name where the config.json file was under

I successfully run the predict command by placing the contents of the generated folder directly under save_model