Skip to content

Commit

Permalink
v0.3.5 (#573)
Browse files Browse the repository at this point in the history
* install console
* v0.3.5
  • Loading branch information
SAKURA-CAT authored May 27, 2024
1 parent 39b4442 commit 4b150ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
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

0 comments on commit 4b150ce

Please sign in to comment.