Inception5h vs Inception V4 that's 5h

I am using the Tensorflow github repository on Android .

This link shows all initial models but not initial 5h. Demo app 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"
    )

      

Explain, please

1.Why is it inception5h and not inceptionV5 ?

2.Why is inception5h not listed in the above model link?

+3


source to share


1 answer


Start 5h is equivalent to start V1. It just comes down to confusion about which version of the schema we are posting to :)



+3


source







All Articles