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

different version problems?!! #1

Open
PKHG opened this issue Jul 24, 2017 · 0 comments
Open

different version problems?!! #1

PKHG opened this issue Jul 24, 2017 · 0 comments

Comments

@PKHG
Copy link

PKHG commented Jul 24, 2017

Hallo,
your tensorflow_dota_notebook seems to use Python < 3 , because at some places print
is used without () around the values to print ;-).
Our tensorflow software are probably too different versions:
Example: dire_radiant_concat = tf.concat(1, [dire_layer2, radiant_layer2]) complains at my version
changed to dire_radiant_concat = tf.concat( [dire_layer2, radiant_layer2], 1) does not complain at mine.

#summarize the accuracy and loss
accuracy_summary = tf.scalar_summary(accuracy_name, accuracy)
mean_loss_summary = tf.scalar_summary(loss_name, mean_loss)
do not work at my version (yet not found out how to replace ...)
Greets
Peter (PKHG)

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

1 participant