Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions swanlab/data/callback_cloud.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ def on_init(self, project: str, workspace: str, logdir: str = None) -> int:
return http.mount_project(project, workspace).history_exp_count

def on_run(self):
swanlog.install(self.settings.console_dir)
# 注册实验信息
try:
get_http().mount_exp(
Expand Down
2 changes: 1 addition & 1 deletion swanlab/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "swanlab",
"version": "0.3.4",
"version": "0.3.5",
"description": "",
"python": "true",
"host": {
Expand Down