AttributeError:'模块'对象没有属性' NASCell'

时间:2017-03-27 14:00:09

标签: python tensorflow

几乎不言自明:我想在我的RNN模型中使用NASCell,不过这一行:

aButton
   .rx
   .tap.map { _ in 
      aButton.title
   }
   .bindTo(viewModel.buttonTapped)
   .disposed(by:disposeBag)

抛出:

nas_cell = tf.contrib.rnn.NASCell(n_input)

AttributeError: 'module' object has no attribute 'NASCell' 位于何处?

1 个答案:

答案 0 :(得分:1)

你有tensorflow的新版本吗? 根据{{​​3}} NASCell 2月15日上添加,因此您可以使用较旧版本的张量流。