-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AttributeError: module 'wandb' has no attribute 'apis' #150
Comments
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, the problem has been resolved. 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. |
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? |
Hello, I encountered this error while running the code. How can I resolve it? Looking forward to your reply very much
The text was updated successfully, but these errors were encountered: