1

在带有 tf 的本地计算机上尝试https://www.tensorflow.org/tutorials/images/hub_with_keras'2.0.0-alpha0'上的示例(下载、pip-下载hub '0.4.0-dev'和删除!pip...行、安装 tf 2、删除enable_v2_behavior 、运行文件)时,它失败了

ValueError: Input 0 of layer dense is in compatible with the layer: its rank is undefined, but the layer需要一个定义的rank。

不过,它在 Google colab 上运行良好。为什么会这样,如何解决?

4

1 回答 1

0

正如@arnoegw 在评论中提出的那样,这已在tf-nightly-2.0-preview. 所以在它投入生产之前,只需使用

pip install tf-nightly-2.0-preview
于 2019-04-21T09:03:32.637 回答