-
Notifications
You must be signed in to change notification settings - Fork 1
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
The nuplan v1.3rc #11
base: closed-loop
Are you sure you want to change the base?
Conversation
7630970
to
dc2d55d
Compare
dc2d55d
to
dbbd9ec
Compare
@@ -132,57 +123,10 @@ def build_trainer(cfg: DictConfig) -> pl.Trainer: | |||
params = cfg.lightning.trainer.params | |||
|
|||
callbacks = build_callbacks(cfg) | |||
|
|||
plugins = [ |
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.
去掉这些plugins和loggers是因为什么?是已经在callbacks里了?
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.
是已经在默认的trainer设置里面了,所以这些就不需要了
@@ -34,16 +34,6 @@ def update_config_for_training(cfg: DictConfig) -> None: | |||
|
|||
Path(cfg.cache.cache_path).mkdir(parents=True, exist_ok=True) | |||
|
|||
if cfg.lightning.trainer.overfitting.enable: |
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.
为啥去掉,是否测试过?
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.
这个功能很少用到,所以就去掉了。想要的话我可以在trainer里面加一个overfit_batches的key,直接控制trainer
dbbd9ec
to
4470793
Compare
Introducing the nuplan devkit v1.3rc, a custom-maintained version of nuplan that features some latest developments of pytorch, pytorch-lightning and other dependent libraries.