Skip to content

[BUG] swanlab.log->step paramter bug #312

@Zeyi-Lin

Description

@Zeyi-Lin

🐛 Bug description [Please make everyone to understand it]

when set step paramter, if value is not increase by 1, 2, 5 ...., will accur show problem:

image

code:

import swanlab

swanlab.init()

for i in range(100):
    swanlab.log({"loss": i}, step=i + 100)

🚑 Any additional [like screenshots]

  • SwanLab Version:v0.1.6

  • Platform:MacOS

Metadata

Metadata

Assignees

Labels

🐛 bugSomething isn't working

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions