-
Notifications
You must be signed in to change notification settings - Fork 10
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
Errors when testing #14
Comments
Sorry, I have not encountered this issue before, but based on your information, there seems to be an issue in this line. Could you check if there is something wrong with |
Do you mean the .parquet file saved in submission folder? There are no files in my submission folder. I notice there is another error before |
This error is a standard report when an error occurs and is not related to your actual issue. Maybe you can try reinstalling AV2, but I cannot confirm the exact cause of the error. |
Yes, you are correct! The AV2 was updated two months ago (now is 0.3.1). The error disappear after reinstalling the 0.2.1 version. Thank you for your kind help. I would also like to inquire if there is any way to directly display the test results, similar to the verification and trainning process, besides obtaining the Parquet file and uploading it to the leaderboard. |
Since the test set is secret, the test results can only be obtained by submitting the parquet file and uploading it to the leaderboard. |
I see. Thanks a lot! |
Thanks for your excellent work!
Unfortunately, when I run the training code, I get some errors:
The only thing I changed was to set limit_train_batches, limit_val_batches and max_epochs with specific and small numbers in the train.py file (for simple testing). I'm not sure if this had any effect on the final test?
There is nothing wrong with the training and validation phases.
Could you help me to solve this issue? Thanks!
The text was updated successfully, but these errors were encountered: