Giter VIP home page Giter VIP logo

Comments (9)

FabianIsensee avatar FabianIsensee commented on August 22, 2024

If your validation data does not have labels then you do the split on your training data. Once the model is trained you can predict it the same way I predicted the BraTS test data

from brats2017.

wyzjack avatar wyzjack commented on August 22, 2024

OK thankyou

from brats2017.

wyzjack avatar wyzjack commented on August 22, 2024

Sorry I am still a little confused that: it seems that your file validation_network.py does the cross-validation process, so I don't need to split the training set myself?

from brats2017.

poornasandur avatar poornasandur commented on August 22, 2024

Hi
Can I train the network on a NVIDIA Geforce GTX 970 GPU 4GB and RAM of 8GB ...

from brats2017.

FabianIsensee avatar FabianIsensee commented on August 22, 2024

No you can't. It needs 12 GB of GPU memory

from brats2017.

poornasandur avatar poornasandur commented on August 22, 2024

Suppose if i reduce the no. of images and then train it batch by batch then in that case can I do it...

from brats2017.

poornasandur avatar poornasandur commented on August 22, 2024

Sir,
I meant that, I will be taking only half of the HGG data train it and then in the next training I will take the remaining half and then go for prediction. Can I do it that way....

from brats2017.

FabianIsensee avatar FabianIsensee commented on August 22, 2024

That is not how this works. The number of training cases has no effect on GPU Memory consumption. Batch size, number of filters and patch size are the ones that determine GPU memory usage. My method is designed to use large input patches, so reducing that would not be a good idea (it would defeat the purpose). batch size y 2 (i am using 2 here) is too unstable so the only thing you could do is reduce the number of filters which is a bad idea (they are already quite low in this implementation). I am very sorry, but you cannot use this method with only 4 GB of GPU memory

from brats2017.

poornasandur avatar poornasandur commented on August 22, 2024

oh ok... thnx for the inputs sir...

from brats2017.

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.