deep_trader icon indicating copy to clipboard operation
deep_trader copied to clipboard

Tensorflow version?

Open MatthewCochrane opened this issue 7 years ago • 1 comments

I get the following error when I run dqn_model.py:

AttributeError: 'module' object has no attribute 'scalar_summary'

What version of tensorflow should I be using with this. I got this error with version 1.2.1.

MatthewCochrane avatar Nov 25 '17 05:11 MatthewCochrane

use tf.summary.scalar instead

Felix-mrf avatar Mar 21 '18 10:03 Felix-mrf