Confusion in function update_routing
See original GitHub issue@brjathu Hi. I’ve read your paper and it’s great that you’ve given your code. Thanks a lot. I have a few doubts in the ConvCapsuleLayer3D
layer. Could you clarify them for me?
- In the paper, the
softmax_3D
function was given, with the denominator summed over spatial positions and the capsules in the l+1 th layer. The implementation, however, usesnn.softmax
whose denominator sums over only the capsules inupdate_routing
. Could you clarify this? - In the
update_routing
function, I am unable to understand the reshaping operations. It seems that the dimension for the batch size is being changed. Could you clarify the sizes used? Thank you.
Issue Analytics
- State:
- Created 4 years ago
- Comments:16 (7 by maintainers)
Top Results From Across the Web
Confusion in function overloading in c++ - Stack Overflow
Whenever I call print(10) or print(0) the one for int datatype is called. But when I try to call print(3.5) , it gives...
Read more >Confusion regarding def function within Python
It's just been extremely confusing seeing the argument set as one word, and then having the variable named something completely different, but having...
Read more >Routing Decisions (1.2) > Routing Concepts | Cisco Press
A primary function of a router is to forward packets toward their destination. This is accomplished by using a switching function, which is...
Read more >Confusion and diffusion - Wikipedia
Confusion means that the process drastically changes data from the input to the output, for example, by translating the data through a non-linear...
Read more >The Link State Update Packet - Routing Protocols
Note Potential for confusion exists because OSPF regards link-state ... used to update routing tables is the link-state update packet (LSU).
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@ierosodin Hi. I have put a quick and dirty PyTorch implementation of DeepCaps as a .py file.You may have a look at that: https://github.com/HopefulRational/DeepCaps-PyTorch It is being trained on transformed FashionMNIST and tested of FashionMNIST.
Hi,
Localized routing comes because, with a 3*3 kernel a nine local capsules are routed together.
Regards, R.Jathushan
On Wed, 7 Aug 2019 at 10:42, ierosodin notifications@github.com wrote: