alan-turing-institute / plankton-cefas-scivision

Example data for applying a pretrained ResNet-50 model to classification of plankton and running this model with the scivision tool
Apache License 2.0
1 stars 4 forks source link

Recent python versions not supported by torch 1.10.0 #5

Open metazool opened 6 months ago

metazool commented 6 months ago

Hello! I found this project via the scivision portal and would like to test it for feature extraction on an unrelated set of plankton images.

https://sci.vision/#/model/resnet50-plankton

This is pinned to pytorch 1.10.0 which is not packaged for python versions higher than 3.9 https://pypi.org/project/torch/1.10.0/

Do you have any recommendations here (other than run in a python 3.9 environment)? Or any plans to update the model to run in pytorch 2.X?