GithubHelp home page GithubHelp logo

about batch_size about mednext HOT 2 CLOSED

mic-dkfz avatar mic-dkfz commented on June 16, 2024
about batch_size

from mednext.

Comments (2)

saikat-roy avatar saikat-roy commented on June 16, 2024

There are different places to set the batch size. You could open the plans file in Python as in here and change it or you could add it to the constructor of any trainer in ./nnunet_mednext/training/network_training/MedNeXt/nnUNetTrainerV2_MedNeXt.py like so

def __init__(self, *args, **kwargs):
    super().__init__(*args, **kwargs)
    self.batch_size = 2

from mednext.

CLGRY avatar CLGRY commented on June 16, 2024

There are different places to set the batch size. You could open the plans file in Python as in here and change it or you could add it to the constructor of any trainer in ./nnunet_mednext/training/network_training/MedNeXt/nnUNetTrainerV2_MedNeXt.py like so

def __init__(self, *args, **kwargs):
    super().__init__(*args, **kwargs)
    self.batch_size = 2

May I ask you where the batch_size of this project can be changed, or what are the command line parameters, which can not be found at all.

from mednext.

Related Issues (16)

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.