The Wayback Machine - https://web.archive.org/web/20200127131951/https://github.com/topics/capsule-network
Skip to content
#

capsule-network

Here are 106 public repositories matching this topic...

keurcien
keurcien commented Mar 15, 2018

I'm trying to read through the definition of the class CapsLayer. Does num_outputs actually correspond to the number of capsules ? From what I understand from the following code, it looks like the number of capsules is actually stored in vec_len.

capsules = []
    for i in range(self.vec_len):
    # each capsule i: [batch_size, 6, 6, 32]
        ...
        capsules.append(caps_i)
``

Improve this page

Add a description, image, and links to the capsule-network topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the capsule-network topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.