I am going to use tensor flow package to run models/rnn/ptb/ ptb_worl_lm.py. However, I have got this error in seq2Seq.py,
line 653, in sequence_loss_by_example
log_perps /= total_size
TypeError: unsupported operand type(s) for /=: 'Tensor' and 'Tensor'
I am using Ubuntu, and python 2.7.