DER-ClassIL.pytorch icon indicating copy to clipboard operation
DER-ClassIL.pytorch copied to clipboard

Could you please provide requirements.txt or environment.yml for environment dependencies?

Open ahaqxjl opened this issue 2 years ago • 1 comments

I ran into endless errors while run code sh scripts/run.sh, such as easydict, tensorboardx missing, and sacred version conflict with python 3.10, etc.

Could you please provide your requirements.txt or environment.yml for environment dependencies, even pip list result.

Thanks for your help.

ahaqxjl avatar Jul 09 '22 12:07 ahaqxjl

It maybe a little bit too late, but I figure out the dependency on python 3.7. Save the following as requirements.txt and pip install -r requirements.txt

albumentations==1.3.1
easydict==1.13
matplotlib==3.5.3
numpy==1.21.6
opencv_python==4.9.0.80
opencv_python_headless==4.9.0.80
Pillow==10.3.0
sacred==0.8.2
scipy==1.7.3
tensorboardX==2.6.2.2
torch==1.13.0+cu117
torchvision==0.14.0+cu117

54dbd avatar Apr 15 '24 03:04 54dbd