tf_CapsNet
tf_CapsNet copied to clipboard
A tensorflow implementation for CapsNet
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...