Skip to content

Commit f0ad4d1

Browse files
authored
Update slot_dnn_infer_dataloader.py
1 parent bd1130f commit f0ad4d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/inference/python/slot_dnn_infer_dataloader.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ def init(self, args):
5656
self.visit[slot] = False
5757

5858
def slot_reader(self):
59-
slot_num = 408
59+
slot_num = 300
6060
slots = []
6161
if slot_num > 0:
6262
for i in range(2, slot_num + 2):

0 commit comments

Comments
 (0)