This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
beimingwu
/
learnware
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
1
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
[MNT] update log
tags/v0.3.2
bxdd
2 years ago
parent
ac2c4bb4c5
commit
bdead08c90
1 changed files
with
3 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-1
learnware/__init__.py
+ 3
- 1
learnware/__init__.py
View File
@@ -52,7 +52,9 @@ def init(**kwargs):
if not is_torch_available(verbose=False):
logger.warning("The functionality of learnware is limited due to 'torch' is not installed!")
logger.warning(
"The ability of learnware is limited due to 'torch' is not installed! Only the core framework is available now."
)
# default init package
init()
Write
Preview
Loading…
Cancel
Save