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

print/logging messages in data loading functions #48

Open
dustinvtran opened this issue Nov 3, 2017 · 0 comments
Open

print/logging messages in data loading functions #48

dustinvtran opened this issue Nov 3, 2017 · 0 comments

Comments

@dustinvtran
Copy link
Member

dustinvtran commented Nov 3, 2017

All functions are silent whether it be loading, preprocessing, or saving the data. Currently, the only step that prints to stdout is downloading. These other steps can somtimes be very expensive, such as the preprocessing in small32_imagenet.py.

We should consider adding stdout messages to the loading, preprocessing, and saving steps—depending on how long it may take. And we should establish a standard that applies across all data sets.

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

No branches or pull requests

1 participant