Closed paulpeyret-biophonia closed 1 month ago
Hey @paulpeyret-biophonia,
Thanks for reaching out to us!
Unfortunately, I can not reproduce your error. I suspect some errors with your python environment / installed packages. Maybe some of the following steps could help:
configs/experiment/birdset_neurips24/HSN/LT/convnext.yaml
to:
- override /trainer: default.yaml
And reduce the batch size and number of workers in line 44-47 to:
loaders:
test:
batch_size: 1
num_workers: 1
This will take quite some time.
Hi @raphaelschwinger
Thanks for you answer. I will try what you suggest + the dev_container option and let you know how it goes. 👍
The dev container worked fine. Thanks !
@paulpeyret-biophonia Great! I am closing this issue then!
Hello,
Thanks for this great preprint and for this lib that looks promising!
I am trying to reproduce the evaluation of HSN dataset with convnext pretrained on XCL dataset.
I am working on branch
neurips2024
.My OS is Windows 11. I installed the packages using conda and pip and I add to update my torchvision, torch and torchaudio version to be compatible with my A5000 GPU drivers version (551.61) and cuda version (12.4) already installed. torchaudio 2.4.1+cu124 torchvision 0.19.1+cu124 torch 2.4.1+cu124
All the preprocessing works fine and I manage to load the datasets, preprocess and one hot encode them. It seems like the error happens when It loads the model.
Maybe I missed something in the setup process ? I am not so familiar with multiprocessing.
Thanks for you help.
Here is the error log when i execute
python birdset/eval.py experiment="birdset_neurips24/HSN/LT/convnext.yaml"