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

Long dataset names break w&b tagging #544

Open
1 of 2 tasks
genemerewether opened this issue Dec 3, 2024 · 0 comments
Open
1 of 2 tasks

Long dataset names break w&b tagging #544

genemerewether opened this issue Dec 3, 2024 · 0 comments

Comments

@genemerewether
Copy link

System Info

Any

Information

  • One of the scripts in the examples/ folder of LeRobot
  • My own task or dataset (give details below)

Reproduction

  1. Create a dataset with > 56 characters (56 = 64 - len("dataset:")
  2. Try to train with w&b logging (wandb.enable=true)

wandb.init will fail, crashing training.

invalid tag 'dataset:aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa'. must be between 1 and 64 characters

Expected behavior

Either trim the beginning or end of the dataset name to fit, or skip creating the tag.

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