This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
Register
Sign In
hummingbird
/
fastNLP
Not watched
Unwatch
Watch all
Watch but not notify
2
Star
0
Fork
0
Code
Releases
13
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
init check_*
tags/v0.2.0
yunfan
6 years ago
parent
d643a7a894
commit
68d0254187
1 changed files
with
9 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+9
-1
fastNLP/core/utils.py
+ 9
- 1
fastNLP/core/utils.py
View File
@@ -55,7 +55,15 @@ def build_args(func, kwargs):
if spect.varkw is not None:
output.update(kwargs)
# check miss args
# check miss args
def check_arg_dict(func, arg_dict):
pass
def check_arg_dict_list(func, arg_dict_list):
pass
def check_code():
pass
Write
Preview
Loading…
Cancel
Save