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
修复_ignore_type的bug.
tags/v0.4.10
yh
6 years ago
parent
ed3098e1b8
commit
7b8b5884a2
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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):
Write
Preview
Loading…
Cancel
Save