You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Look at this repo
First, change the file_paths item in ./resources/train_config_dice.yaml, with "{path to}/resources/sample_ovule.h5", both for train and val ( line 82 and line 139 )
Then, run use python {path to}/pytorch3dunet/train.py --config {path to}/resources/train_config_dice.yaml
I inserted codes:
from torchsummary import summary
summary(self.model, (input.shape[1], input.shape[2], input.shape[3], input.shape[4]))
exit()
before
output = self.model(input)
in UNet3DTrainer._forward_pass(self, input, target, weight=None) this function
The text was updated successfully, but these errors were encountered:
zhonhel
changed the title
Got error with 3D CNN.
Got error with 3D CNN
Jun 17, 2021
I got error, when using 3D U-Net, please clone this repo to check: https://github.com/wolny/pytorch-3dunet
I use pytorch 1.9.0
Look at this repo
First, change the file_paths item in ./resources/train_config_dice.yaml, with "{path to}/resources/sample_ovule.h5", both for train and val ( line 82 and line 139 )
Then, run use python {path to}/pytorch3dunet/train.py --config {path to}/resources/train_config_dice.yaml
I inserted codes:
before
in UNet3DTrainer._forward_pass(self, input, target, weight=None) this function
The text was updated successfully, but these errors were encountered: