NVlabs / stylegan2-ada-pytorch

StyleGAN2-ADA - Official PyTorch implementation
https://arxiv.org/abs/2006.06676
Other
4.09k stars 1.16k forks source link

Error while training on Custom dataset #290

Open PrashantDixit0 opened 1 year ago

PrashantDixit0 commented 1 year ago

python3.7/multiprocessing/semaphore_tracker.py:144: UserWarning: semaphore_tracker: There appear to be 17 leaked semaphores to clean up at shutdown len(cache))

PS : Number of images in custom dataset is 1400 of resolution (128x128)

AkhtarXx commented 8 months ago

python3.7/multiprocessing/semaphore_tracker.py:144: UserWarning: semaphore_tracker: There appear to be 17 leaked semaphores to clean up at shutdown len(cache))

PS : Number of images in custom dataset is 1400 of resolution (128x128)

did you changed the paths

Dbini222 commented 3 months ago

did you manage to find a solution? I am also facing this error