TypeError
2018-08-03 本文已影响0人
_sunnyRain
错误:
TypeError: __init__() missing 1 required positional argument: 'units'
解决:
simpleRNN的output_dim的命名已取消,统一使用units一类。
the Keras version as the new version has 'units' as the parameter name instead of 'output_dim'.