We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c6b2bfe + 9baf7fc commit a7b5d94Copy full SHA for a7b5d94
demo/semantic_role_labeling/dataprovider.py
@@ -43,7 +43,7 @@ def get_batch_size(yeild_data):
43
init_hook=hook,
44
should_shuffle=True,
45
calc_batch_size=get_batch_size,
46
- can_over_batch_size=False,
+ can_over_batch_size=True,
47
cache=CacheType.CACHE_PASS_IN_MEM)
48
def process(settings, file_name):
49
with open(file_name, 'r') as fdata:
0 commit comments