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

fix recall py3 bug, and dnn #71

Merged
merged 7 commits into from
Jun 12, 2020
Merged

Conversation

xjqbest
Copy link
Collaborator

@xjqbest xjqbest commented Jun 11, 2020

fix #57fix #52

@xjqbest xjqbest changed the title fix recall py3 bug fix recall py3 bug, and dnn Jun 11, 2020
@@ -92,7 +92,7 @@ def data_iter():
v = i[1]
for j in v:
s += " " + k + ":" + str(j)
print s.strip()
print(s.strip())
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

print 去掉?

@seiriosPlus seiriosPlus merged commit 8404c7a into PaddlePaddle:master Jun 12, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants