CapsNetsLASeg
CapsNetsLASeg copied to clipboard
Capsule Networks and Convolutional Neural Networks for the Automated Segmentation of Left Atrium in Cardiac MRI
When I run this code, I find that when model_name= capsr3 and ucapsr3, the program will have such an error: capsnets_laseg/models/capsnets.py", line 34, in CapsNetR3 conv1_reshaped = layers.Reshape((H.value, W.value, 1,...
The whole idea of these changes is to remove assumption that you're only trying to predict one class (where multi-class cases automatically go for 'softmax'), which is simply not true....
# Providing Examples The focus of this PR is to be able to create and edit current ipynbs to provide streamlined and clean notebooks to get started playing with. ##...