-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tensorflow not found #5
Comments
Hi thanks for reaching out! Which commands are you using and what are the error messages that you get? |
docker run -it --rm -p 8000:8000 arpllab/learning_to_fly Waiting for Tensorboard NOTE: Using experimental fast data loading logic. To disable, pass TensorBoard 2.12.2 at http://b1d7ad5cd59a:6006/ (Press CTRL+C to quit) but no web interface after that. |
This
is no problem and expected. Tensorboard (which is only used to visualize the training logs) tries to load TensorFlow but it is not required. It is just part of the Docker image but not used in this example. When you go to http://0.0.0.0:8000/ with your web-browser after it shows:
is the simulator UI showing up? If you want to try Tensorboard you can use
as described in the readme You should be able to view Tensorboard at |
yes, site not reachable. |
I just updated my last message with more details. But it is quite weird that it is not reachable for you 🤔 Can you try this to see if it is a problem with the docker setup:
|
docker run -it --rm -p 6006:6006 arpllab/learning_to_fly training_headless Step: 0 docker run -it --rm -p 8000:8000 python python -m http.server Unable to find image 'python:latest' locally but no web page |
If you can't see a webpage even with |
Thank you very much for your help! |
For that you should mount a local
This creates checkpoints in the local checkpoint dir for me and I can also observe the Tensorboard logs at http://0.0.0.0:6006 |
Thanks! Now I have a firmware. It's not possible do use it in a simulation like webots, right? |
Why I get this by using the docker command Its installed by pip and tried docker
also. Thanks. Mathias
The text was updated successfully, but these errors were encountered: