tf_CapsNet icon indicating copy to clipboard operation
tf_CapsNet copied to clipboard

A tensorflow implementation for CapsNet

Results 3 tf_CapsNet issues
Sort by recently updated
recently updated
newest added

X_TEST, Y_TEST = test_iter.next() AttributeError: 'generator' object has no attribute 'next' Maybe I should make a loop with the iterator?

I wonder if you can tell us how to segment overlapping digits as showed in your file "readme.md" . I haven't found the part correspond to segmentation in your code.Can...

Hello, Thanks for sharing your code - very helpful indeed to start using CapsNet. I wonder how you got your segmentations? I am asking as I would like to use...