CapProNet-Pytorch icon indicating copy to clipboard operation
CapProNet-Pytorch copied to clipboard

Capsule Projection Networks (CapProNet) in pytorch, NeurIPS 2018

Results 4 CapProNet-Pytorch issues
Sort by recently updated
recently updated
newest added

why it always interrupt?

When the last layer of the fully connected layer becomes CapProNet, how do you set up the initialization of the network? Or just change the CapProNet part, do not change...

Thanks for sharing of your wonderful work. I tried the following script to run experiment with resnet (pre-activation): python main.py data_dir --dataset cifar10 --arch preresnet164 --save_path ./test --epochs 200 --schedule...

why it happen: Process finished with exit code 139 (interrupted by signal 11: SIGSEGV)? thanks