DCASE-REPO / DESED_task

Domestic environment sound event detection task
MIT License
126 stars 67 forks source link

AttributeError: 'ConcatDatasetBatchSampler' object has no attribute 'batch_size' #83

Open wawjwyy123 opened 1 year ago

cai525 commented 1 year ago

It is helpful for me to change the torch lighting mode to "dp", according to this issue: issues38. But the problem is that, setting torch-lighting to "dp" mode causes two problems when working with multi-gpu:

popcornell commented 5 months ago

The baseline code right now does not work well with multi-GPU and IMO it is not needed as the training is already very fast. It is better to do hyper-parameter optimization across GPUs. I ve added an optuna script for that.