Giter Site home page Giter Site logo

Comments (4)

hannhu avatar hannhu commented on August 23, 2024

I found the function of the same name in code/val_unet_2D.py. Is it right?

from ssl4mis.

Luoxd1996 avatar Luoxd1996 commented on August 23, 2024

Hi hannhu,
Sorry, it's my fault, I have updated it just now. Please clone or pull the repo again and re-try it.
Best wishes;
Xiangde Luo.

from ssl4mis.

hannhu avatar hannhu commented on August 23, 2024

Hi hannhu,
Sorry, it's my fault, I have updated it just now. Please clone or pull the repo again and re-try it.
Best wishes;
Xiangde Luo.

thx, but get new error
Traceback (most recent call last): File "train_unet_2D_dv_fully_supervised.py", line 225, in <module> train(args, snapshot_path) File "train_unet_2D_dv_fully_supervised.py", line 74, in train model = net_factory(net_type=args.model, in_chns=1, class_num=num_classes) File "/home/huhan/python/semi-seg/SSL4MIS/code/networks/net_factory.py", line 9, in net_factory net = UNet_DS(in_chns=in_chns, class_num=class_num).cuda() File "/home/huhan/python/semi-seg/SSL4MIS/code/networks/unet.py", line 224, in __init__ self.decoder = Decoder_DS(params) File "/home/huhan/python/semi-seg/SSL4MIS/code/networks/unet.py", line 164, in __init__ self.feature_noise = FeatureNoise() NameError: name 'FeatureNoise' is not defined
I cant find it's definition anywhere.

from ssl4mis.

Luoxd1996 avatar Luoxd1996 commented on August 23, 2024

Hi, hannhu,
The UNet_DS is a new baseline for this project, maybe there are some bugs. I am testing these code, but limited by the GPUs, I need some time to finish it. You can use the UNet as baseline for your task or tell me these bugs, I will fix them as soon as possible. After I finished these code testing, I will email you. By the way, the error of "FeatureNoise" I have fixed.
Best wishes,
Xiangde Luo.

from ssl4mis.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.