Skip to content
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

Open
lqh-dlut opened this issue Mar 8, 2025 · 6 comments
Open

Errors when testing #14

lqh-dlut opened this issue Mar 8, 2025 · 6 comments

Comments

@lqh-dlut
Copy link

lqh-dlut commented Mar 8, 2025

Thanks for your excellent work!
Unfortunately, when I run the training code, I get some errors:

Image

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!

@Zbozhou
Copy link
Collaborator

Zbozhou commented Mar 9, 2025

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 self.submission_file?

@lqh-dlut
Copy link
Author

lqh-dlut commented Mar 9, 2025

Do you mean the .parquet file saved in submission folder? There are no files in my submission folder.

I notice there is another error beforeError executing job with overrides: ['gpus=1', 'test=true']
If there is any relationship?

@Zbozhou
Copy link
Collaborator

Zbozhou commented Mar 9, 2025

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.

@lqh-dlut
Copy link
Author

lqh-dlut commented Mar 12, 2025

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.

@Zbozhou
Copy link
Collaborator

Zbozhou commented Mar 12, 2025

Since the test set is secret, the test results can only be obtained by submitting the parquet file and uploading it to the leaderboard.

@lqh-dlut
Copy link
Author

I see. Thanks a lot!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants