Task1: Is there a description of the model architecture? #86
-
Hi! thank you again for organizing this challenge!
Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
It is a standard U-Net with residual connections. You can find the exact model code here: https://github.com/FETS-AI/Algorithms/blob/master/fets/models/pytorch/pt_3dresunet/pt_3dresunet.py This is also identical to the model we use via FeTS and GaNDLF: https://github.com/CBICA/GaNDLF/blob/master/GANDLF/models/unet.py |
Beta Was this translation helpful? Give feedback.
It is a standard U-Net with residual connections. You can find the exact model code here: https://github.com/FETS-AI/Algorithms/blob/master/fets/models/pytorch/pt_3dresunet/pt_3dresunet.py
This is also identical to the model we use via FeTS and GaNDLF: https://github.com/CBICA/GaNDLF/blob/master/GANDLF/models/unet.py