Git Product home page Git Product logo

macn-gym-pathfinding's People

Contributors

didibear avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

fanyuzeng

macn-gym-pathfinding's Issues

which version of tensorflow have you used?

My server has something wrong, so I reinstall some software, including tensorflow.
The version of my tf is 1.10.0, but there is attributeError as following:

/usr/bin/python3.5 /home/cr/pycharmProjects/macn-gym-pathfinding/train.py
/usr/local/lib/python3.5/dist-packages/tensorflow/python/util/tf_inspect.py:75: DeprecationWarning: inspect.getargspec() is deprecated, use inspect.signature() instead
return _inspect.getargspec(target)
Traceback (most recent call last):
File "/home/cr/pycharmProjects/macn-gym-pathfinding/train.py", line 135, in
tf.app.run()
File "/usr/local/lib/python3.5/dist-packages/tensorflow/python/platform/app.py", line 125, in run
_sys.exit(main(argv))
File "/home/cr/pycharmProjects/macn-gym-pathfinding/train.py", line 50, in main
"hidden_size": FLAGS.hidden_size
File "/home/cr/pycharmProjects/macn-gym-pathfinding/macn/model.py", line 138, in init
self.dnc_core = DNC(access_config, controller_config, output_size=vin_config.ch_q)
File "/home/cr/pycharmProjects/macn-gym-pathfinding/macn/dnc/dnc.py", line 64, in init
with self._enter_variable_scope():
File "/usr/lib/python3.5/contextlib.py", line 59, in enter
return next(self.gen)
File "/usr/local/lib/python3.5/dist-packages/sonnet/python/modules/base.py", line 577, in _enter_variable_scope
self._check_same_graph()
File "/usr/local/lib/python3.5/dist-packages/sonnet/python/modules/base.py", line 274, in _check_same_graph
with tf.init_scope():
AttributeError: module 'tensorflow' has no attribute 'init_scope'

How to solve this problem?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.