【发布时间】:2021-08-11 12:37:47
【问题描述】:
我发现 keras.applications 和 tensorflow hub 中可用的一些模型使用了不同的预处理。 例如,我读到 mobilenetv2 模型期望图像从 tensorflow hub 缩放 [0,1] 并在 keras.applications 中缩放 [-1, 1]。
现在 keras.applications 模型都带有预处理功能,或者至少带有有关如何预处理的信息。 我可以在 tensorflow hub 上查找相同的信息吗?
很遗憾,我找不到任何东西。
【问题讨论】:
标签: tensorflow keras transfer-learning tensorflow-hub