Skip to content
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

couple of issues GraphViz and TF issue #27

Open
javismiles opened this issue Nov 15, 2018 · 2 comments
Open

couple of issues GraphViz and TF issue #27

javismiles opened this issue Nov 15, 2018 · 2 comments

Comments

@javismiles
Copy link

hi friends

any ideas what to do about this warning?

WARNING:tensorflow:From /home/myuser/alpha2/DeepReinforcementLearning/loss.py:15: softmax_cross_entropy_with_logits (from tensorflow.python.ops.nn_ops) is deprecated and will be removed in a future version.

and how to install this?
pydot failed to call GraphViz.Please install GraphViz (https://www.graphviz.org/) and ensure that its executables are in the $PATH

thank u :)

@acautin
Copy link

acautin commented Dec 6, 2018

you have to install graphviz using pip but also install the executable and add the bin directory to the path.
pip install graphviz
then download the installer from: https://graphviz.gitlab.io/_pages/Download/windows/graphviz-2.38.msi

Hope that helps.

@liamdx
Copy link

liamdx commented Jul 31, 2019

I am also experiencing this issue, installed Graphviz and PyDot via pip, also downloaded the Graphviz installer and linked to my Path environment variable. Any suggestions would be sincerely welcomed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants