JunYeopLee / fast-autoaugment-efficientnet-pytorch

A Pytorch implementation of Fast AutoAugment and EfficientNet
119 stars 13 forks source link

Warning semaphore_tracker: There appear to be 1 leaked semaphores to clean up at shutdown #1

Open yichuan9527 opened 5 years ago

yichuan9527 commented 5 years ago

Hello,I run python train.py --seed=24 --scale=3 --optimizer=sgd --fast_auto_augment=True . A warning is reported as follow: /disk1/jinlin2/anaconda3/envs/fast-auto-aug/lib/python3.7/multiprocessing/semaphore_tracker.py:144: UserWarning: semaphore_tracker: There appear to be 1 leaked semaphores to clean up at shutdown len(cache))

JunYeopLee commented 5 years ago

Hi,

I'm sorry for the late comment. Now I see you left an issue.

I tested the project only with python 3.6. Can you try with the lower version of python?