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 config for MobileNet. #821

Closed
wants to merge 1 commit into from

Conversation

qingqing01
Copy link
Collaborator

Fix #787

@@ -179,7 +179,7 @@ def train(learning_rate, batch_size, num_passes, model_save_dir='model'):
inference_program = fluid.default_main_program().clone()
with fluid.program_guard(inference_program):
inference_program = fluid.io.get_inference_program(
target_vars=[b_acc_var, b_size_var])
Copy link
Contributor

Choose a reason for hiding this comment

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

is the fetch_list=[avg_cost, b_acc_var, b_size_var] in the test should be modified?

@qingqing01 qingqing01 closed this Jul 10, 2018
@qingqing01 qingqing01 deleted the mobilenet branch January 28, 2019 02:42
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