Inception-v4
Inception-v4 copied to clipboard
Inception-v4, Inception - Resnet-v1 and v2 Architectures in Keras
I want to know the accuracy on varies step. And we should train how many steps can it converge.
What version of keras used in this code, please because I use a latest version of keras and I have many problem. Thank you
Hi whenever I try to run your code Inception_resnet_v2.py this error is occured Using TensorFlow backend. Traceback (most recent call last): File "inception_resnet_v2.py", line 251, in inception_resnet_v2 = create_inception_resnet_v2() File...
why not make image_size as a variable instead of a constant?
The rate of dropout seems to be inverted in your implementation. The inception v4 paper describes the dropout layer as _keeping_ 80% of the units, but Keras' dropout layer takes...