Keras模型对Theano功能

时间:2016-05-26 17:32:24

标签: python deep-learning keras

我正在尝试将训练有素的模型(下面给出的代码)转换为theano函数。但是我收到以下错误:-

我的模型的代码:

If Right(code, 4) = "-456"

我用来通过跟随this tutorial将Keras模型转换为theano函数的代码:

AttributeError: 'Dense' object has no attribute 'output'

任何人都可以告诉我该怎么做?

1 个答案:

答案 0 :(得分:1)

试试class="com.google.android.gms.maps.SupportMapFragment" original Keras tutorial可能已过时。