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 style" #66

Merged
merged 2 commits into from
Jan 19, 2018
Merged

"fix style" #66

merged 2 commits into from
Jan 19, 2018

Conversation

dzhwinter
Copy link
Owner

No description provided.

@@ -164,8 +130,7 @@ def gate_common(
exe.run(fluid.default_startup_program())

def train_loop(pass_num, crop_size):
cache = cache_reader(
crop_sentence(imdb.train(word_dict), crop_size), clean=args.clean)
cache = crop_sentence(imdb.train(word_dict), crop_size)
Copy link
Collaborator

Choose a reason for hiding this comment

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

Please change cache to another name.

Copy link
Collaborator

@pkuyym pkuyym left a comment

Choose a reason for hiding this comment

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

LGTM

@dzhwinter dzhwinter merged commit 2ad1078 into master Jan 19, 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