-
Notifications
You must be signed in to change notification settings - Fork 17
support parallel for infgcn #220
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
base: develop
Are you sure you want to change the base?
Conversation
|
ppmat-bot seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account. You have signed the CLA already but the status is still pending? Let us recheck it. |
|
Thanks for your contribution! |
| sampler: | ||
| __class_name__: BatchSampler | ||
| __init_params__: | ||
| shuffle: False |
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.
所有新增的配置文件的shuffle都设置为False ?
| "by_num_atoms", | ||
| "by_dataloader", | ||
| "compute_metric", | ||
| "compute_metric_SUN", |
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.
这个字段和上面的compute_metric含义上是重复的,可以考虑统一使用compute_metric管理
| from ppmat.models import build_model_from_name | ||
| from ppmat.utils import logger | ||
| from ppmat.utils import save_load | ||
| except Exception as exc: # noqa: BLE001 |
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.
为啥都需要try-except包起来?
|
另外,建议后续提PR按照实现的任务多次commit,尽量避免所有改动都集中到一个commit里面 |
No description provided.