我一直关注github存储库" Android上的Tensorflow "。
此link显示所有初始模型,但不显示inception5h。 github上的tensorflow演示应用程序使用inception5h,如here
所示 new_http_archive(
name = "inception5h",
build_file = "models.BUILD",
url = "https://storage.googleapis.com/download.tensorflow.org/models/inception5h.zip",
sha256 = "d13569f6a98159de37e92e9c8ec4dae8f674fbf475f69fe6199b514f756d4364"
)
请解释
1.为什么 inception5h 而不是 inceptionV5 ?
2.为什么 inception5h 未在上面的模型链接中列出?
答案 0 :(得分:4)
起始5h相当于Inception V1。这只是对我们在下面发布的版本控制方案的一些混淆:)