issues
search
KarahanS
/
Self-Supervised-Learning-for-Medical-Image-Analysis
SSL for Medical Image Analysis
1
stars
1
forks
source link
Sololearn integration/downstream
#22
Closed
KarahanS
closed
5 months ago
KarahanS
commented
5 months ago
We are using original MEDMnist dataset (
npz
format) for the downstream tasks. All images are converted to
rgb
while loading the data.
We had an issue with the
chestmnist
as it includes vectors rather than single integers for the labels. The issue is resolved.
Scripts for linear evaluation are added.
npz
format) for the downstream tasks. All images are converted torgb
while loading the data.chestmnist
as it includes vectors rather than single integers for the labels. The issue is resolved.