HiLab-git / SSL4MIS

Semi Supervised Learning for Medical Image Segmentation, a collection of literature reviews and code implementations.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

models

heixinbaicaishang opened this issue · comments

I installed all the moudels, but the model still has the problem that models are not defined. I have tried many methods. When I input from torchvision import models, the problem is solved, but this problem occurs again? How to solve it?
image
image
image

Hi,
The error information has shown the details of the bug, you just need to fix it. It's easy.
Best,
Xiangde.

Thank you, I got it, I need to add an init.py to the networks file. If you have the same problem as me, you can make such changes.

Thanks to the author, your hard work enabled us to use the semi-supervised learning code. My classmates and I are using your code for medical image segmentation. Thank you again and wish you a happy life.