DeepFaceLab icon indicating copy to clipboard operation
DeepFaceLab copied to clipboard

multiprocessing/semaphore_tracker.py:144: UserWarning: semaphore_tracker: There appear to be 1 leaked semaphores to clean up at shutdown

Open AntonioSu opened this issue 3 years ago • 1 comments

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,

AntonioSu avatar Dec 08 '22 06:12 AntonioSu

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

NguyenVanPhat avatar Jan 30 '23 10:01 NguyenVanPhat

Did you ever find the answer? If so, would you mind sharing it and closing this issue?

joolstorrentecalo avatar Jun 08 '23 23:06 joolstorrentecalo