Closed carloelle closed 4 months ago
Hi Carlo,
This problem occurs when an incorrect version of Kornia is used. I think I observed such issues with kornia==0.6.0. I recommend installing the packages from environment.yml, for which our code was tested.
Regards, Vadim
Hi,
when I try to reproduce your results using your sample data in Colab, by running the command:
!python /content/drive/MyDrive/OstuniLab/Resolve/one-shot-synthesis-master/train.py --exp_name Osmis_trial --use_kornia_augm --prob_augm 0.7 --dataset /content/drive/MyDrive/OstuniLab/Resolve/one-shot-synthesis-master/datasets/example_image --num_epochs 150000 --max_size 330
I get the following error:
also: when I try to use my own data, by running:
!python /content/drive/MyDrive/OstuniLab/Resolve/one-shot-synthesis-master/train.py --exp_name OsmisCellSeg --use_kornia_augm --prob_augm 0.7 --dataset /content/drive/MyDrive/OstuniLab/Resolve/one-shot-synthesis-master/datasets/cellsegmentation --num_epochs 150000 --max_size 500
I get the following error:
any idea how to resolve the issue?
best, carlo