This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
modelscope
/
ModelScope
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
0
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
rm useless
master
jiangyu.xzy
3 years ago
parent
cc76d900bc
commit
184c35f800
1 changed files
with
0 additions
and
16 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-16
modelscope/hub/t_jy.py
+ 0
- 16
modelscope/hub/t_jy.py
View File
@@ -1,16 +0,0 @@
def dec(param1):
print(param1)
def in_dec(func):
def in_func(name):
return func(name)
return in_func
return in_dec
@dec("dec1")
def aa(param):
print(param)
return
aa("heell")
Write
Preview
Loading…
Cancel
Save