Skip to content

Conversation

@JingyuQian
Copy link
Contributor

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

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
Contributor Author

Choose a reason for hiding this comment

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

是已经在默认的trainer设置里面了,所以这些就不需要了


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
Contributor 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.

4 participants