naturomics/CapsNet-Tensorflow

'apply' method is not defined in 'capsLayer.py'

liyu95 opened this issue · 0 comments

In 'capsLayer.py', the 'fully_connected' function uses 'CapseLayer' class to build a fully connected layer. It returns 'layer.apply(inputs)'. However, I did not find the 'apply' method definition in the class. Are you going to define it? Or it is just my problem that I did not find the definition? Could you please tell me where it is defined?