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

Feat/Table-class #452

Closed
wants to merge 1 commit into from
Closed

Feat/Table-class #452

wants to merge 1 commit into from

Conversation

Zeyi-Lin
Copy link
Member

@Zeyi-Lin Zeyi-Lin commented Apr 9, 2024

Close: #447
测试代码:

import swanlab
swanlab.init(cloud=False)
tb = swanlab.Table(columns=["Input", "Output", "Expected"], data=[["1", "2", "3"], ["4", "5", "6"]])
swanlab.log({"tb": tb})
  • 测试时,需要在/swanlab/init.py中添加Table。
  • 当前的swanlab.Table类仅支持str, init, float类型

@Zeyi-Lin Zeyi-Lin requested a review from SAKURA-CAT April 9, 2024 09:56
@Zeyi-Lin Zeyi-Lin self-assigned this Apr 9, 2024
@Zeyi-Lin Zeyi-Lin added this to the v0.3.0 milestone Apr 9, 2024
@Zeyi-Lin Zeyi-Lin changed the title feat/Table-class Feat/Table-class Apr 9, 2024
@Zeyi-Lin Zeyi-Lin added the 🌍 prepare for the future Feature prepare for the future label Apr 9, 2024
@Zeyi-Lin Zeyi-Lin modified the milestones: v0.3.0, DataType Apr 18, 2024
@SAKURA-CAT SAKURA-CAT closed this May 16, 2024
@SAKURA-CAT SAKURA-CAT deleted the feat/swanlab-Table-class branch June 4, 2024 16:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🌍 prepare for the future Feature prepare for the future
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[REQUEST] swanlab.Table
2 participants