Git Product home page Git Product logo

impala-distributed-tensorflow's People

Contributors

chagmgang avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

impala-distributed-tensorflow's Issues

run the script showed in start.sh but failed。

My working environment is as follows:
gtx 1650 ×1
core i7-9700 ×1
tensorflow==1.14.0
gym[atari]
numpy
tensorboardX
opencv-python
windows 10
I run the script showed in start.sh but failed and show me:
2020-09-22 09:24:12.969790: I tensorflow/core/distributed_runtime/master.cc:268] CreateSession still waiting for response from worker: /job:actor/replica:0/task:1
2020-09-22 09:24:12.972181: I tensorflow/core/distributed_runtime/master.cc:268] CreateSession still waiting for response from worker: /job:actor/replica:0/task:2
2020-09-22 09:24:12.975636: I tensorflow/core/distributed_runtime/master.cc:268] CreateSession still waiting for response from worker: /job:actor/replica:0/task:3
2020-09-22 09:24:12.977599: I tensorflow/core/distributed_runtime/master.cc:268] CreateSession still waiting for response from worker: /job:actor/replica:0/task:4
2020-09-22 09:24:12.979766: I tensorflow/core/distributed_runtime/master.cc:268] CreateSession still waiting for response from worker: /job:actor/replica:0/task:5
2020-09-22 09:24:12.981744: I tensorflow/core/distributed_runtime/master.cc:268] CreateSession still waiting for response from worker: /job:actor/replica:0/task:6
2020-09-22 09:24:12.983991: I tensorflow/core/distributed_runtime/master.cc:268] CreateSession still waiting for response from worker: /job:actor/replica:0/task:7
2020-09-22 09:24:12.986332: I tensorflow/core/distributed_runtime/master.cc:268] CreateSession still waiting for response from worker: /job:actor/replica:0/task:8
2020-09-22 09:24:12.988586: I tensorflow/core/distributed_runtime/master.cc:268] CreateSession still waiting for response from worker: /job:actor/replica:0/task:9
2020-09-22 09:24:12.992850: I tensorflow/core/distributed_runtime/master.cc:268] CreateSession still waiting for response from worker: /job:actor/replica:0/task:10
2020-09-22 09:24:12.995346: I tensorflow/core/distributed_runtime/master.cc:268] CreateSession still waiting for response from worker: /job:actor/replica:0/task:11
2020-09-22 09:24:12.997290: I tensorflow/core/distributed_runtime/master.cc:268] CreateSession still waiting for response from worker: /job:actor/replica:0/task:12
2020-09-22 09:24:12.999624: I tensorflow/core/distributed_runtime/master.cc:268] CreateSession still waiting for response from worker: /job:actor/replica:0/task:13
2020-09-22 09:24:13.002224: I tensorflow/core/distributed_runtime/master.cc:268] CreateSession still waiting for response from worker: /job:actor/replica:0/task:14
2020-09-22 09:24:13.005818: I tensorflow/core/distributed_runtime/master.cc:268] CreateSession still waiting for response from worker: /job:actor/replica:0/task:15
2020-09-22 09:24:13.007926: I tensorflow/core/distributed_runtime/master.cc:268] CreateSession still waiting for response from worker: /job:actor/replica:0/task:16
2020-09-22 09:24:13.013232: I tensorflow/core/distributed_runtime/master.cc:268] CreateSession still waiting for response from worker: /job:actor/replica:0/task:17
2020-09-22 09:24:13.015965: I tensorflow/core/distributed_runtime/master.cc:268] CreateSession still waiting for response from worker: /job:actor/replica:0/task:18
2020-09-22 09:24:13.018205: I tensorflow/core/distributed_runtime/master.cc:268] CreateSession still waiting for response from worker: /job:actor/replica:0/task:19
2020-09-22 09:24:13.020086: I tensorflow/core/distributed_runtime/master.cc:268] CreateSession still waiting for response from worker: /job:actor/replica:0/task:20
2020-09-22 09:24:13.022604: I tensorflow/core/distributed_runtime/master.cc:268] CreateSession still waiting for response from worker: /job:actor/replica:0/task:21
2020-09-22 09:24:13.026224: I tensorflow/core/distributed_runtime/master.cc:268] CreateSession still waiting for response from worker: /job:actor/replica:0/task:22
2020-09-22 09:24:13.028211: I tensorflow/core/distributed_runtime/master.cc:268] CreateSession still waiting for response from worker: /job:actor/replica:0/task:23
2020-09-22 09:24:13.030634: I tensorflow/core/distributed_runtime/master.cc:268] CreateSession still waiting for response from worker: /job:actor/replica:0/task:24
2020-09-22 09:24:13.032666: I tensorflow/core/distributed_runtime/master.cc:268] CreateSession still waiting for response from worker: /job:actor/replica:0/task:25
2020-09-22 09:24:13.035993: I tensorflow/core/distributed_runtime/master.cc:268] CreateSession still waiting for response from worker: /job:actor/replica:0/task:26
2020-09-22 09:24:13.037987: I tensorflow/core/distributed_runtime/master.cc:268] CreateSession still waiting for response from worker: /job:actor/replica:0/task:27
2020-09-22 09:24:13.040183: I tensorflow/core/distributed_runtime/master.cc:268] CreateSession still waiting for response from worker: /job:actor/replica:0/task:28
2020-09-22 09:24:13.042793: I tensorflow/core/distributed_runtime/master.cc:268] CreateSession still waiting for response from worker: /job:actor/replica:0/task:29
2020-09-22 09:24:13.044992: I tensorflow/core/distributed_runtime/master.cc:268] CreateSession still waiting for response from worker: /job:actor/replica:0/task:30
2020-09-22 09:24:13.046805: I tensorflow/core/distributed_runtime/master.cc:268] CreateSession still waiting for response from worker: /job:actor/replica:0/task:31

Single Machine execution

Hi I want to implement the IMPALA on my personal machine (cpu only) can you tell me what are the changes needed I tried the basic changes after referring to the scalable_agnet implementation by deepmind but this code does not work.

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.