heareval==2021.1.1
hearvalidator==2021.0.5
hearbaseline==2021.1.0
Getting embeddings for split ['fold00'], which has 1396 instances.
0%| | 0/20 [00:21<?, ?it/s]
Traceback (most recent call last):
File "/usr/lib/python3.8/runpy.py", line 194, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/usr/lib/python3.8/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/usr/local/lib/python3.8/dist-packages/heareval/predictions/runner.py", line 181, in <module>
runner()
File "/usr/local/lib/python3.8/dist-packages/click/core.py", line 1130, in __call__
return self.main(*args, **kwargs)
File "/usr/local/lib/python3.8/dist-packages/click/core.py", line 1055, in main
rv = self.invoke(ctx)
File "/usr/local/lib/python3.8/dist-packages/click/core.py", line 1404, in invoke
return ctx.invoke(self.callback, **ctx.params)
File "/usr/local/lib/python3.8/dist-packages/click/core.py", line 760, in invoke
return __callback(*args, **kwargs)
File "/usr/local/lib/python3.8/dist-packages/heareval/predictions/runner.py", line 140, in runner
task_predictions(
File "/usr/local/lib/python3.8/dist-packages/heareval/predictions/task_predictions.py", line 1407, in task_predictions
test_results[test_fold_str] = task_predictions_test(
File "/usr/local/lib/python3.8/dist-packages/heareval/predictions/task_predictions.py", line 1108, in task_predictions_test
test_results = trainer.test(
TypeError: test() got an unexpected keyword argument 'test_dataloaders'
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
gsors3bucket 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
hearvalidatorpassed without errors, and we are using a custom model. We also tried withhearbaseline.Error log
Thank you,