DeepFaceLab
DeepFaceLab copied to clipboard
multiprocessing/semaphore_tracker.py:144: UserWarning: semaphore_tracker: There appear to be 1 leaked semaphores to clean up at shutdown
Other relevant information
- Command lined used (if not specified in steps to reproduce): python3.7 main.py train --training-data-src-dir workspace/data_src/aligned --training-data-dst-dir workspace/data_dst/aligned --model-dir workspace/model --model SAEHD --no-preview
- Operating system and version: Linux GeForce RTX 2080 Ti
- Python version: 3.7,
PyTorch 1.9 was released on 15, June. and now it seemed to be used as default in Colab. https://pytorch.org/blog/pytorch-1.9-released/ I did downgrade to the previous version and succeeded to run training. !pip install torch==1.8.1 torchvision==0.9.1
Did you ever find the answer? If so, would you mind sharing it and closing this issue?