Git Product home page Git Product logo

Comments (3)

JCruan519 avatar JCruan519 commented on August 13, 2024

Hello, the main focus of our model is to design an extremely small model for skin lesion segmentation, as indicated by the title of the paper. Therefore, we did not train or test the model on other datasets. Furthermore, in future work, we may improve and expand the modules proposed in EGE-UNet to adapt them to other broader medical image datasets.

from ege-unet.

zhaoyueyi avatar zhaoyueyi commented on August 13, 2024

Hi, I also found this issue while using my own dataset, and I found all my conv-layer's weight became NaN after one loss backward.
Then with torch.autograd.detect_anomaly() said groupConvBackward output NaN.
After some useless debugging from my guesses, I found the dataset isic* used in the paper is kinda special. All its samples include positive area, which means there are always two classes in each mask.
So I tentatively deleted all full-positive & full-negative samples of my dataset, then it works!
But it's truly an issue that we will meet full-positive or full-negative sample in practical usage, I don't know if it can solve this situaltion.
Thanks :)

from ege-unet.

zhaoyueyi avatar zhaoyueyi commented on August 13, 2024

I filtered my dataset again after, and I found that conclusion above is not quite correct.
It's dirty data leading to this issue. My dataset include some edge clips from each complete samples on a black canvas with angles, and these clips are full-zero matrix.
I took back to my dataset the rest of those samples I deleted before, after deleting full-zero input samples, and it also works.

from ege-unet.

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.