pykt-toolkit icon indicating copy to clipboard operation
pykt-toolkit copied to clipboard

AttributeError: module 'wandb' has no attribute 'apis'

Open XDZxdz1 opened this issue 1 year ago • 7 comments

Hello, I encountered this error while running the code. How can I resolve it? Looking forward to your reply very much

XDZxdz1 avatar Dec 05 '23 14:12 XDZxdz1

Hello, I encountered this error while running the code. How can I resolve it? Looking forward to your reply very much

Hi, thank you for your interest in our work. Maybe you can change another wandb version to see if the error persists. If it does, I was wondering if you could provide more details about your code, thank you.

sonyawong avatar Dec 07 '23 16:12 sonyawong

Hello, the problem has been resolved. Thank you.

XDZxdz1 avatar Dec 09 '23 08:12 XDZxdz1

Hello, I encountered this error while running the code. How can I resolve it? Looking forward to your reply very much

Hi, thank you for your interest in our work. Maybe you can change another wandb version to see if the error persists. If it does, I was wondering if you could provide more details about your code, thank you.

Hello, may I ask how to test the model? I couldn't find the code for model testing, could you please give me some guidance.

XDZxdz1 avatar Dec 11 '23 12:12 XDZxdz1

Hello, I encountered this error while running the code. How can I resolve it? Looking forward to your reply very much

Hi, thank you for your interest in our work. Maybe you can change another wandb version to see if the error persists. If it does, I was wondering if you could provide more details about your code, thank you.

Hello, may I ask how to test the model? I couldn't find the code for model testing, could you please give me some guidance.

You can run the wandb_predict.py to get the evaluation results. For more refs, you can read our document https://pykt-toolkit.readthedocs.io/en/latest/quick_start.html.

sonyawong avatar Dec 12 '23 06:12 sonyawong

您好,我在运行代码时遇到了这个错误。我该如何解决?非常期待您的回复

您好,感谢您对我们工作的兴趣。也许您可以更换另一个wandb版本来查看错误是否仍然存在。如果确实如此,我想知道您是否可以提供有关代码的更多详细信息,谢谢。

你好,请问如何测试模型?我找不到模型测试的代码,请您给我一些指导。

您可以运行wandb_predict.py来获取评估结果。如需更多参考,您可以阅读我们的文档https://pykt-toolkit.readthedocs.io/en/latest/quick_start.html。

Hello, I saw that the test data contains two types of data, namely 1) test_dataset; And 2) test_window_dataset, what is the difference between them?

XDZxdz1 avatar Dec 12 '23 08:12 XDZxdz1

您好,我在运行代码时遇到了这个错误。我该如何解决?非常期待您的回复

您好,感谢您对我们工作的兴趣。也许您可以更换另一个wandb版本来查看错误是否仍然存在。如果确实如此,我想知道您是否可以提供有关代码的更多详细信息,谢谢。

你好,请问如何测试模型?我找不到模型测试的代码,请您给我一些指导。

您可以运行wandb_predict.py来获取评估结果。如需更多参考,您可以阅读我们的文档https://pykt-toolkit.readthedocs.io/en/latest/quick_start.html。

Hello, I saw that the test data contains two types of data, namely 1) test_dataset; And 2) test_window_dataset, what is the difference between them?

For test_dataset, the model can see all the historical interactions when predicting the current question. Otherwise, for test_window_dataset, the model see the nearest N (N=200) historical interactions only.

sonyawong avatar Dec 12 '23 09:12 sonyawong

您好,我在运行代码时遇到了这个错误。我该如何解决?非常期待您的回复

您好,感谢您对我们工作的兴趣。也许您可以更换另一个wandb版本来查看错误是否仍然存在。如果确实如此,我想知道您是否可以提供有关代码的更多详细信息,谢谢。

你好,请问如何测试模型?我找不到模型测试的代码,请您给我一些指导。

您可以运行wandb_predict.py来获取评估结果。如需更多参考,您可以阅读我们的文档https://pykt-toolkit.readthedocs.io/en/latest/quick_start.html。

Hello, I saw that the test data contains two types of data, namely 1) test_dataset; And 2) test_window_dataset, what is the difference between them?

For test_dataset, the model can see all the historical interactions when predicting the current question. Otherwise, for test_window_dataset, the model see the nearest N (N=200) historical interactions only.

I just reviewed the dataset again, and data test_dataset retains all student data, while data test_window_dataset will delete data after 200 when the student data exceeds 200. Am I correct in understanding this way?

XDZxdz1 avatar Dec 12 '23 14:12 XDZxdz1