DeepLearningExamples icon indicating copy to clipboard operation
DeepLearningExamples copied to clipboard

nnU-Net Custom Training: Feature Request

Open sbmalik opened this issue 3 years ago • 3 comments
trafficstars

Update Custom Training Notebook for nnU-Net

Examples:

  • PyTorch
  • Jupyter notebooks

Is your feature request related to a problem? Please describe. Current notebook for custom training not working.

Describe the solution you'd like An updated version of custom 2d dataset training notebook

Additional context some imports cause errors, but I resolved them. After that DataLoader for validation data is giving following error update() takes 3 positional arguments but 4 were given

sbmalik avatar Apr 22 '22 10:04 sbmalik

@michal2409 or @nv-kkudrynski can you please look into this.. ?

sbmalik avatar Apr 26 '22 05:04 sbmalik

Hi @sbmalik, do you run the notebook on xView2 dataset or using something different? In case you are using different dataset you might to modify some code, e.g. the metric update function.

michal2409 avatar Apr 26 '22 20:04 michal2409

@michal2409 thank you for response, I tried with the same dataset but getting the error because of validation dataloader (I think), mentioned in question. Moreover you can reproduce the error by just running the notebook.

sbmalik avatar Apr 26 '22 20:04 sbmalik