提交 fc52efcc 编写于 作者: D danleifeng

add format for test reader

上级 81e255bf
......@@ -844,7 +844,8 @@ class Entry(object):
test_reader = self.test_reader
if not self.test_initialized:
test_list, test_name_list = test_reader(self.dataset_dir,
self.val_targets)
self.val_targets,
data_format=self.data_format)
assert self._get_info('test_list') is None
assert self._get_info('test_name_list') is None
self._set_info('test_list', test_list)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册