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

[Test-driven] Implementing sentiment_analysis with new API #10812

Merged
merged 5 commits into from
May 21, 2018

Conversation

sidgoyal78
Copy link
Contributor

No description provided.

@@ -69,48 +70,57 @@ def train_network(word_dict):
return avg_cost, accuracy
Copy link
Contributor

Choose a reason for hiding this comment

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

should be [avg_cost, accuracy] like here

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yes, thanks.

daming-lu
daming-lu previously approved these changes May 21, 2018
@daming-lu daming-lu merged commit f6543a1 into PaddlePaddle:develop May 21, 2018
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

Successfully merging this pull request may close these issues.

2 participants