capsnet.mxnet icon indicating copy to clipboard operation
capsnet.mxnet copied to clipboard

MXNet implementation of CapsNet

Results 3 capsnet.mxnet issues
Sort by recently updated
recently updated
newest added

``` $ python3.6 capsulenet.py --batch_size 90 --devices cpu0,cpu1,cpu2,cpu3,cpu4,cpu5,cpu6,cpu7,cpu8 --num_epoch 100 --lr .001 --num_routing 3 --decay .99 --model_prefix lr_0_0005_decay_0_99 capsulenet.py:108: DeprecationWarning: The binary mode of fromstring is deprecated, as it behaves...

Hi Soonhwan, Thanks for creating this repo. This first implementation of CapsNet in MxNet is quite useful. It is great to be able to (almost) reproduce the performances of the...

my env is python3 with mxnet 0.12.1 ``` Traceback (most recent call last): File "capsulenet.py", line 303, in path + 'train-labels-idx1-ubyte.gz', path + 'train-images-idx3-ubyte.gz') File "capsulenet.py", line 106, in read_data...