且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

Tensorflow Hub Inception V3结构与Keras Inception V3结构相比?

更新时间:2023-12-02 21:38:46

Keras和SLIM之间的命名约定不同. https://tfhub.dev/google/imagenet/inception_v3/feature_vector/1是从SLIM代码创建的,并使用其命名约定以及数字和字母,请参见

The naming conventions differ between Keras and SLIM, unfortunately. https://tfhub.dev/google/imagenet/inception_v3/feature_vector/1 was created from SLIM code and uses its naming conventions with numbers and letters, see http://github.com/tensorflow/models/blob/master/research/slim/nets/ (or explore the Hub module on TensorBoard while training, if you are using it).