Giter VIP home page Giter VIP logo

Comments (2)

dcorti avatar dcorti commented on July 29, 2024

Hi,

Thank you for experimenting the code!

Yes, you're right.
Since both the training and the validation datasets are obtained with random extraction of the patches, these datasets will be slightly different at every experiment. Therefore also the performance will be slightly different every time.
I tried 5 different experiments reporting the following scores (rounded at 4th digit): 0.9788, 0.9792, 0.9787, 0.9790, 0.9791. Therefore, the results I show here are referred to the "average" run, the one reporting the score of 0.9790.
I should try with more runs in order to get a minimum statistics. Otherwise I will fix the random seed, so the performance can be repeated more exactly. Please let me know if you get other results very different with respect to the numbers I got.

With my TITAN X I take roughly 10 minutes per epoch, so I guess 900 sec can be reasonable as well.

'loss' is the value of the loss function at the end of each epoch, while 'acc' is the (global) accuracy: the ratio between the number of pixels correctly classified and the total number of pixels. These are referred to the training dataset, while 'val_loss' and 'val_acc' are the same thing but related to the validation dataset. The AUC ROC is related to the accuracy, I think a nice explanation is reported here

I'm sorry, what's DL BBS?

from retina-unet.

pythonokai avatar pythonokai commented on July 29, 2024

Thank you for your rapid reply and your answers are very helpful to me.

I think I had a wrong expression, I mean forums about 'deep learning', best is about 'segmentation' (now we called forum...Not BBS...)

from retina-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.