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

Feature/auto #92

Merged
merged 12 commits into from
Apr 2, 2018
Merged

Feature/auto #92

merged 12 commits into from
Apr 2, 2018

Conversation

dzhwinter
Copy link
Owner

performance auto benchmark scripts

pass_test_acc = test(exe)
print("Pass: %d, Loss: %f, Train Accuray: %f\n" %
(pass_id, np.mean(train_losses), np.mean(train_accs)))
train_elapsed = time.time() - start_time

Choose a reason for hiding this comment

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

if args.with_test is True. the train_elapsed will include the test time。

Copy link
Owner Author

Choose a reason for hiding this comment

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

done.

@dzhwinter dzhwinter merged commit 59b93ad into master Apr 2, 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.

None yet

2 participants