-
Notifications
You must be signed in to change notification settings - Fork 17
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
test() got an unexpected keyword argument 'test_dataloaders #362
Comments
Also for weird reason, I tried maybe last week the google collab and it was working. But I think google collab keeps the cache of a previous execution to save some cpu/gpu usage. By luck I have a copy of these logs (which shows execution at 2022-01-21 11:08:56, even if I run it last week). |
Should be fixed by #363 |
Hi @ltetrel , Thanks for pointing this issue out. Looks like this this parameter in And thank you for submitting a PR to fix the issue. For the data for HEAR, sorry that you experienced difficulties in getting the data from Zenodo. I wish we could remove the requester pays from gs and s3, but it is just not financially feasible for us right now. I will bring this up with the HEAR committee though and see if we can find an alternative solution. Thanks again for your contribution! |
Hi,
We have some issue when running the evaluation on the training set. Same issue appears in your google collab:
https://colab.research.google.com/github/neuralaudio/hear-eval-kit/blob/main/heareval_evaluation_example.ipynb
Data
We were testing on all datasets that are available on zenodo (which btw is hard to download because slow and lots of interruptions, you should maybe consider removing the requests pay and open the
gs
ors3
bucket to the public).But for this issue and to be able to compare with your collab, we focused on hear2021-mridangam_tonic-v1.5-full-48000.tar.gz.
Environment
Here is the link to our repo: https://github.com/courtois-neuromod/soundnetbrain_hear
The
hearvalidator
passed without errors, and we are using a custom model. We also tried withhearbaseline
.Error log
Thank you,
The text was updated successfully, but these errors were encountered: