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

IndexError: list index out of range #5

Closed
gaorui999 opened this issue Nov 9, 2021 · 0 comments
Closed

IndexError: list index out of range #5

gaorui999 opened this issue Nov 9, 2021 · 0 comments

Comments

@gaorui999
Copy link

Traceback (most recent call last):

File "tools/train.py", line 141, in

main()

File "tools/train.py", line 137, in main

run(FLAGS, cfg)

File "tools/train.py", line 103, in run

trainer = Trainer(cfg, mode='train')

File "/root/paddlejob/workspace/code/PaddleDetection-yolov5/ppdet/engine/trainer.py", line 97, in init

self.lr = create('LearningRate')(steps_per_epoch)

File "/root/paddlejob/workspace/code/PaddleDetection-yolov5/ppdet/optimizer.py", line 201, in call

boundary, value = self.schedulers[1](self.base_lr, step_per_epoch)

IndexError: list index out of range

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