Philrain
Philrain
UnicodeDecodeError: 'gbk' codec can't decode byte 0xa8 in position 0: incomplete multibyte sequence
how to deal with this problem? I need help
Has anyone encountered this problem and how to solve it?
您好,请问是哪里出现了空行呢
### Contact Details [email protected] ### Short description of the problem here. Pycharm encountered “ ModuleNotFoundError:No module named 'causalnex. structure'; ' Causalnex 'is not a package” while “from causalnex.structure import StructureModel“....
### Contact Details [email protected] ### Short description of the problem here. I am unable to display images while using viz. show() ### CausalNex Version 0.12.0 ### Python Version 3.8 ###...
eval报错
在使用wandb_eval.py进行lpkt模型的eval时出现报错: Traceback (most recent call last): File "wandb_eval.py", line 83, in main(params) File "wandb_eval.py", line 57, in main atkt_pad) File "D:\CODE_env\Anaconda\anaconda3\envs\py375\lib\site-packages\pykt\models\evaluate_model.py", line 628, in evaluate_splitpred_question curqin, curcin, currin, curdforget, ctrues,...
求问如何获得LPKT模型下A学生在时序下的状态值,在评估文件中可以获得nextqin, nextcin, nextrin, nextdforget, ctrues, cpreds之类的变量,但是并不代表学生的状态值,请问哪一个变量可以直接代表学生状态值,并且可以链接到对应于其学生id?