Ian Conway

Results 3 comments of Ian Conway

It looks like in rnn_sample.py line 30 the module is expecting that the new_config_file.config file be a cPickle that it can load. In rnn.py there is a class which has...

I found that if I change the two lines line model.py from: from tensorflow.models.rnn import rnn_cell from tensorflow.models.rnn import rnn, seq2seq to: from tensorflow.python.ops import rnn_cell from tensorflow.python.ops import rnn,...

It seems I spoke too soon on this issue; my Tensorflow was not on the latest version, and it there are numerous differences in the Tensorflow 1.0 API that are...