Skip to content
This repository was archived by the owner on Jul 2, 2021. It is now read-only.

Improve apply_prediction #523

Merged
merged 19 commits into from
Mar 5, 2018
Prev Previous commit
Next Next commit
fix
Hakuyume committed Feb 27, 2018
commit 7a57c6c6284cda877b8c0ce254ea209d6285f594
1 change: 1 addition & 0 deletions tests/utils_tests/iterator_tests/test_apply_to_batch.py
Original file line number Diff line number Diff line change
@@ -30,6 +30,7 @@ def test_apply_to_batch(self):
H, W = np.random.randint(8, 16, size=2)
in_value.append(np.random.randint(0, 256, size=(3, H, W)))
in_values_expect.append(in_value)
in_values_expect = tuple(in_values_expect)

if self.multi_out_values:
def func(*in_values):