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
In the requirements.txt file no package versions are provided at the moment. This results in a runtime error when running the code in the environment created on the basis of that file. If it is necessary to install the packages from a specific conda channel it would be also good to update README.md file to reflect that. This need is very likely - the comments from other issues suggest, that torch version should be 1.4.0 and torchvision 0.5.0. These versions are not available for pip installations any more and AFAIK also they are not present in the standard conda channel.
See issues #108, #147, #161 and #110.
See also: https://pytorch.org/get-started/previous-versions/ for details regarding installation of old torch and torchvision versions.
The package versions, which look OK to me are:
matplotlib==3.3.4
scikit-image==0.17.2
scikit-learn==0.24.2
scipy==1.5.4
numpy==1.19.5
torch==1.4.0
torchvision==0.5.0
The text was updated successfully, but these errors were encountered:
In the requirements.txt file no package versions are provided at the moment. This results in a runtime error when running the code in the environment created on the basis of that file. If it is necessary to install the packages from a specific conda channel it would be also good to update README.md file to reflect that. This need is very likely - the comments from other issues suggest, that torch version should be 1.4.0 and torchvision 0.5.0. These versions are not available for pip installations any more and AFAIK also they are not present in the standard conda channel.
See issues #108, #147, #161 and #110.
See also: https://pytorch.org/get-started/previous-versions/ for details regarding installation of old torch and torchvision versions.
The package versions, which look OK to me are:
matplotlib==3.3.4
scikit-image==0.17.2
scikit-learn==0.24.2
scipy==1.5.4
numpy==1.19.5
torch==1.4.0
torchvision==0.5.0
The text was updated successfully, but these errors were encountered: