Browse Source

修复_ignore_type的bug.

tags/v0.4.10
yh 6 years ago
parent
commit
7b8b5884a2
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      fastNLP/core/field.py

+ 1
- 0
fastNLP/core/field.py View File

@@ -62,6 +62,7 @@ class FieldArray:
if value:
self._cell_ndim = None
self.dtype = None
self._ignore_type = value

@property
def is_input(self):


Loading…
Cancel
Save