A Keras implementation of CapsNet in NIPS2017 paper "Dynamic Routing Between Capsules". Now test error = 0.34%.
2.47k
stars
651
forks
source link
What means by parser.add_argument('--digit', default=5, type=int, # help="Digit to manipulate") ? #128
Open
RawanRadi opened 3 years ago
I don't know why he added this argument to the model ? why 5 digits?
parser.add_argument('--digit', default=5, type=int, # help="Digit to manipulate") ?