ROLO
ROLO copied to clipboard
no module named models.rnn
Traceback (most recent call last):
File "./experiments/testing/ROLO_network_test_all.py", line 30, in
did you manage to solve it ?
This issue is solved for me by replacing this from tensorflow.models.rnn import rnn_cell with from tensorflow.python.ops import rnn_cell
create a folder named models/rnn in your tensorflow environment packages then put two files 'rnn.py','rnn_cell.py' in folder update/src then you can solve it.