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

The nuplan v1.3rc #11

Open
wants to merge 1 commit into
base: closed-loop
Choose a base branch
from
Open

The nuplan v1.3rc #11

wants to merge 1 commit into from

Conversation

JingyuQian
Copy link
Collaborator

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.

@JingyuQian JingyuQian force-pushed the closed-loop-merge branch 2 times, most recently from 7630970 to dc2d55d Compare July 24, 2024 21:12
nuplan/planning/script/builders/scenario_builder.py Outdated Show resolved Hide resolved
@@ -132,57 +123,10 @@ def build_trainer(cfg: DictConfig) -> pl.Trainer:
params = cfg.lightning.trainer.params

callbacks = build_callbacks(cfg)

plugins = [
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

去掉这些plugins和loggers是因为什么?是已经在callbacks里了?

Copy link
Collaborator Author

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:
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

为啥去掉,是否测试过?

Copy link
Collaborator Author

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

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

Successfully merging this pull request may close these issues.

3 participants