You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
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
The text was updated successfully, but these errors were encountered: