Skip to content

Commit 2d9cedb

Browse files
committed
num partition 16
1 parent f7b64af commit 2d9cedb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/InMemPipeTestImages.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ def get_image_embedding(path):
132132
#set the modelid and the zingg dir
133133
args.setModelId("9999")
134134
args.setZinggDir("/tmp/modelSmallImages")
135-
args.setNumPartitions(8)
135+
args.setNumPartitions(16)
136136
args.setLabelDataSampleSize(0.2)
137137

138138
inputPipeSmallImages=InMemoryPipe("smallImages")

0 commit comments

Comments
 (0)