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

NuScenes Fine-Tuning Curves #14

Open
AdityaNG opened this issue Dec 15, 2024 · 0 comments
Open

NuScenes Fine-Tuning Curves #14

AdityaNG opened this issue Dec 15, 2024 · 0 comments

Comments

@AdityaNG
Copy link

Hi PPGeo team, thanks for the well-documented repo! I'm curious about the training curves for the fine-tuning stage of the model on the NuScenes dataset:

  • val_loss_l1 vs step
  • val_loss_l2_1s vs step
  • val_loss_l2_2s vs step
  • val_loss_l2 vs step

self.log('val_loss_l1', loss_l1.item(), sync_dist=True)
self.log('val_loss_l2_1s', loss_l2_1s.item(), sync_dist=True)
self.log('val_loss_l2_2s', loss_l2_2s.item(), sync_dist=True)
self.log('val_loss_l2', loss_l2.item(), sync_dist=True)

The paper doesn't say where to find them. Will your team be releasing this information? I appreciate your time and consideration.

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

No branches or pull requests

1 participant