Open hbaniecki opened 17 hours ago
To reproduce the environment, only the packages specified in the README (such as timm, pytorch, augmentor, and cv2) are necessary. If you encounter issues with the environment setup, ensure that the PyTorch version is compatible with your system. Note that CUDA-related packages may also cause installation conflicts. Please use the requirements.txt file only as a reference, and install the specified packages manually to build the environment. Based on our test runs, the reproducibility of our work should be independent to pytorch and cuda versions. It only depends on the version of timm, since different version of timm implements ViT in a slightly different way.
I will leave this issue always open, in case someone has the same problem.
Hi, neither
pip install -r requirements.txt
(error: file uses=
instead of==
) norconda create --name test --file requirements.txt
(error: wrongpypi_0
channels) work for me to install the environment.