heat icon indicating copy to clipboard operation
heat copied to clipboard

PIL trouble

Open carecamp93 opened this issue 1 year ago • 0 comments

I want confirmation about the warning on having Pillow and PIL in the same environment as I'm trying to perform a transfer training, and I'm receiving this message:

ImportError: cannot import name '_imaging' from 'PIL' (/home/jovyan/.local/lib/python3.8/site-packages/PIL/init.py)

after trying to run this line:

ython train.py --exp_dataset outdoor --epochs 800 --lr_drop 600 --batch_size 16 --output_dir ./checkpoints/ckpts_heat_outdoor_256_ENS --image_size 256 --max_corner_num 150 --lambda_corner 0.05 --run_validation --resume ./checkpoints/ckpts_heat_outdoor_256

carecamp93 avatar Apr 18 '23 13:04 carecamp93