Skip to content

๐Ÿ› [BUG] When the training is finished, the status of Chart is not updated to Finishย #92

@Zeyi-Lin

Description

@Zeyi-Lin

๐Ÿ› Bug description [Please make everyone to understand it]

When the training is finished, the status of the Chart page will not become "Finish", and the final chart does not appear.

Test Code:

import swanlab
import time

swanlab.init()

for i in range(10):
    swanlab.log({'loss': i})
    time.sleep(1)

# the final chart
swanlab.log({'acc': 0.99})

่ฎญ็ปƒๅฎŒๆˆๆ—ถ็š„็Šถๆ€๏ผš

image

๐Ÿ‘พ Expected result

  • status -> Finish
  • the final chart appear.

๐Ÿš‘ Any additional [like screenshots]

  • SwanLab Version:v0.1.1

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions