-
Notifications
You must be signed in to change notification settings - Fork 85
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
HOW TO TRAIN MY OWN DATASET? #112
Comments
Hi @Junye-Chen, I am also trying to train on a dataset that is not from medical segmentation decathlon (UK Biobank), and having difficulties. I have also noticed that under the trainer files e.g. nnformer/training/network_training/nnFormerTrainerV2_nnformer_tumor.py in the "do_split" function the data is spliced explicitly, I wonder if there is a way to generate this automatically with a script. Have you had any progress? |
Hi I trained on my own dataset both using an exitsting trainer file which I modified, but also by creating a new trainer file for my dataset, you are mroe than welcome to write me |
Hello, I have been trying to replicate nnformer recently, but I don't seem to know how to train on my own training set and would like to seek your help |
I would like to ask what steps the code needs to be modified to train my own dataset |
你好,我想问问如果用自己的数据集应该怎么修改 方便联系您嘛 |
hello, thanks for your excellent work!
I noticed that every dataset has a corresponding network architecture, training file, and training configuration.
For nnformer is a general framework, I want to train the model on my own dataset, what should i do to build my training files?
I would appreciate it if you could give me some specific guidance.
The text was updated successfully, but these errors were encountered: