I have been following github repository for "Tensorflow on Android".
This link, shows all the inception models but not inception5h. The demo application for tensorflow on github uses inception5h, as shown here
new_http_archive(
name = "inception5h",
build_file = "models.BUILD",
url = "https://storage.googleapis.com/download.tensorflow.org/models/inception5h.zip",
sha256 = "d13569f6a98159de37e92e9c8ec4dae8f674fbf475f69fe6199b514f756d4364"
)
Please explain
1.Why it is inception5h and not inceptionV5?
2.Why is inception5h not listed in the models link above?