cvlab-stonybrook / SelfMedMAE

Code for ISBI 2023 paper "Self Pre-training with Masked Autoencoders for Medical Image Classification and Segmentation"
Apache License 2.0
112 stars 12 forks source link

Version #2

Closed nazib closed 10 months ago

nazib commented 1 year ago

Hi

could you please mention the version of the libraries you used with complete instruction of data preprocessing and etc. I am getting lot of errors like "No module named 'timm.models.layers.helpers'". Installed timm but still getting errors. Please make a requirements.txt/yml

regards Nazib

knightron0 commented 1 year ago

I used tim==0.6.13 which seems to work. timm.models.layers was moved to timm.layers for versions >= 0.9 which invalidates some imports.

jackhu-bme commented 1 year ago

timm=0.6.13, to correct spell error