-
Notifications
You must be signed in to change notification settings - Fork 26
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
classification model #16
Comments
Do you mean issue #9 ? The example config in issue #9 was a config from an older version of our codebase and these are base configs that experiment config based on. Following config setting only for reference: "../base/datasets/modelnet40.py"
'../base/tests/classification.py'
'../base/schedulers/multi-step_sgd.py'
'../base/default_runtime.py' Also exists in the current version. To bring more flexibility to research config, current and future version PCR config only based on '../base/default_runtime.py' |
hi, thanks to your great work. I check issues before, that I saw your comment on #11 .The codes about
base = [
'../base/datasets/modelnet40.py',
'../base/schedulers/multi-step_sgd.py',
'../base/tests/classification.py',
'../base/default_runtime.py'
]
I don't find the references in the project. Could you plz release these py files?
thanks a lot!
The text was updated successfully, but these errors were encountered: