Hi,
Thank you for your great work!
but I want to know how to train my self data with your model.
For example, how to set the batch_size, and the patch_size and other parameters in the config.py.
and how to inference the test data.
Best,
Yaliang
Hi @yl255, you can easily find the implementation details in the 2nd paragraph of "Preprocessing" section of the paper. More details can be found in paper of "nnU-Net".
Hi, Thank you for your great work! but I want to know how to train my self data with your model. For example, how to set the batch_size, and the patch_size and other parameters in the config.py. and how to inference the test data. Best, Yaliang