소스 검색

Deprecated model (#57)

change to tensorflow.python.ops since the model was deprecated
Arthur CHAN 9 년 전
부모
커밋
60dc7c144f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      examples/3_NeuralNetworks/bidirectional_rnn.py

+ 1 - 1
examples/3_NeuralNetworks/bidirectional_rnn.py

@@ -8,7 +8,7 @@ Project: https://github.com/aymericdamien/TensorFlow-Examples/
 '''
 
 import tensorflow as tf
-from tensorflow.models.rnn import rnn, rnn_cell
+from tensorflow.python.ops import rnn, rnn_cell
 import numpy as np
 
 # Import MINST data