Browse Source

init check_*

tags/v0.2.0
yunfan 6 years ago
parent
commit
68d0254187
1 changed files with 9 additions and 1 deletions
  1. +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



Loading…
Cancel
Save