Skip to content

Unable to print out Ranger21 Optimizer #118

Closed
@Interpause

Description

@Interpause

Unable to print out the optimizer:

optimizer = Ranger21(model.parameters(), 1000)
print(optimizer)
    print(optimizer)
TypeError: 'str' object is not callable

I believe it is due to the @property decorator at

. The __str__ dunder is supposed to be a function rather than a property.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions