question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

AttributeError: no attribute 'base_lrs'

See original GitHub issue

Thank you very much for sharing this impressive work. I am somehow receiving the following error:

    for group, base_lr in zip(self.param_groups, self.base_lrs):
AttributeError: 'AdaBound' object has no attribute 'base_lrs'

Issue Analytics

  • State:open
  • Created 5 years ago
  • Comments:10 (5 by maintainers)

github_iconTop GitHub Comments

2reactions
Luolccommented, May 27, 2019

Thanks for the reminder! I’ll have a look.

I’m now busy with my undergraduate thesis… I’ll be available after my graduation, in July.

0reactions
akaniklauscommented, May 26, 2019

Hello @Luolc, FYI, they want to add this to pytorch/contrib if you can make a pull request: https://github.com/pytorch/pytorch/issues/17560

Read more comments on GitHub >

github_iconTop Results From Across the Web

AttributeError: 'module' object has no attribute · Issue #7754 ...
We're seeing intermittent build failures due to what appears to be an issue with a py_binary's deps: ERROR: ...
Read more >
AttributeError: module 'bert' has no attribute 'Layer'
Layer): AttributeError: module 'bert' has no attribute 'Layer'. I also tried with : from bert import BertModelLayer.
Read more >
How to Fix AttributeError in Python - Rollbar
The Python AttributeError is raised when an invalid attribute reference is made. This can happen if an attribute or function not associated ...
Read more >
Python: AttributeError - GeeksforGeeks
Suppose if the variable is list type then it supports the append method. Then there is no problem and not getting”Attribute error”. Note: ......
Read more >
module 'illustris_python' has no attribute 'snapshot'
Hi, My system is giving me the attribute error, although I checked the paths from sys.path (It has all the required paths for...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found