-
Notifications
You must be signed in to change notification settings - Fork 129
Open
Description
在tensoflow1.0中
用tensorflow.contrib.rnn.python.ops.core_rnn_cell_impl 替代 tf.rnn_cell试试
另外在tensorflow1.0中,还有以下函数需要改
| 旧 | 新 |
|---|---|
| tf.train.SummaryWriter | tf.summary.FileWriter |
| tf.scalar_summary | tf.summary.scalar |
| tf.merge_summary | tf.summary.merge |
| tf.histogram_summary | tf.summary.histogram |
| tf.rnn_cell | tensorflow.contrib.rnn.python.ops.core_rnn_cell_impl |
替换以上之后就能在TensorFlow1.0中运行了
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels