-
Notifications
You must be signed in to change notification settings - Fork 18.7k
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
Standardize Examples #1003
Standardize Examples #1003
Conversation
0a43516
to
766e24f
Compare
# 1. reference, and not casually committed | ||
# 2. custom, and live on their own unless they're deliberated contributed | ||
data/* | ||
examples/* | ||
*model | ||
*.solverstate |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this will miss the NetParameter binaryproto files which don't have an extension. Maybe should add something like *_iter_[0-9]+
(I have no idea what the gitignore regex syntax is like beyond *
..)
(I've always thought the netparameter snapshots should have some kind of extension too...maybe at some point we could change both snapshot outputs to have clearer extensions like *.NetParameter.binaryproto
and *.SolverState.binaryproto
.)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the catch -- I'll add an ignore for iter_* for now but the model zoo PR will more thoroughly address this by introducing file extensions. This is just groundwork. Stay tuned.
766e24f
to
c9f4688
Compare
- ignore models and snapshots, means, and input databases - excluding exceptions to commits is easier than including exhaustively
c9f4688
to
e793806
Compare
Standardize examples
Standardize examples
Preparation for #917 and #970.