RetroCirce / HTS-Audio-Transformer

The official code repo of "HTS-AT: A Hierarchical Token-Semantic Audio Transformer for Sound Classification and Detection"
https://arxiv.org/abs/2202.00874
MIT License
341 stars 62 forks source link

RuntimeError: Default process group has not been initialized, please make sure to call init_process_group. #59

Closed LiupengNew closed 2 months ago

LiupengNew commented 2 months ago

Environment setup: wsl2 + Ubuntu 20.04 + PyTorch 1.12.0 + single GPU After running "python main.py train" with the ESC-50 dataset, I encountered an error when running "python main.py test": RuntimeError: Default process group has not been initialized, please make sure to call init_process_group. Help! Has anyone encountered this issue before? Any solutions?

wthu12138 commented 1 month ago

Hi, I have the same problem. I wonder how to solve it. Thank u!