成牧原
Results
2
comments of
成牧原
I encountered the same problem. I solved it by simple repalcing all the `normact` in models.py to `[torch.nn.BatchNorm3d(out_channels), nn.ReLU()]`
I encoutered the same problem, and I found out that my torch is CPU version😂