About progam in ML0120EN-3.3-Review-LSTM-LanguageModelling.ipynb
When I run this part :
from future import absoluteimport
from _future__ import division
from future import print_function
import time
import numpy as np
import tensorflow as tf
from tensorflow.models.rnn.ptb import reader
they said : ImportError: No module named 'tensorflow.rnn'
How to solve it ?
1
vote
Limin
shared this idea