naturomics / CapsLayer

CapsLayer: An advanced library for capsule theory
Apache License 2.0
362 stars 116 forks source link

Support for MSCOCO dataset #33

Open shan18 opened 5 years ago

shan18 commented 5 years ago

How can we apply this API on the MSCOCO dataset? In MNIST dataset, we have one label corresponding to each image but in MSCOCO, each image has multiple labels (categories) or multiple captions. How to modify the network in this case?

shrybht commented 5 years ago

I'm interested on this too.