theblackcat102 / dynamic-routing-capsule-cifar

CapsNet reference from : https://github.com/XifengGuo/CapsNet-Keras
36 stars 13 forks source link

Your issues with CapsNet implementation in CIFAR #1

Open tycheyoung opened 6 years ago

tycheyoung commented 6 years ago

Hi, theblackcat102, I read README file in your repo, and I noticed that you are suffering from low accuracy in CIFAR, comparing to resnet implementation. Did you solved that issue? :/

RYFan-RS commented 6 years ago

ValueError: When passing a list as loss, it should have one entry per model outputs. The model has 1 outputs, but you passed loss=[<function margin_loss at 0x1070d5d08>, 'mse']