This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
论坛
实训
竞赛
大数据
AI开发
Register
Sign In
Huawei_Technology
/
mindspore-mindinsight
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
11
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
Print summary base dir on startup
tags/v1.2.0-rc1
Li Hongzhang
4 years ago
parent
604de0163c
commit
c76e822d35
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
mindinsight/scripts/start.py
+ 1
- 0
mindinsight/scripts/start.py
View File
@@ -236,6 +236,7 @@ class Command(BaseCommand):
sys.exit(1)
self.console.info('Workspace: %s', os.path.realpath(settings.WORKSPACE))
self.console.info('Summary base dir: %s', os.path.realpath(settings.SUMMARY_BASE_DIR))
run_module = import_module('mindinsight.backend.run')
run_module.start()
Write
Preview
Loading…
Cancel
Save