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.
1 parent bd1130f commit f0ad4d1Copy full SHA for f0ad4d1
tools/inference/python/slot_dnn_infer_dataloader.py
@@ -56,7 +56,7 @@ def init(self, args):
56
self.visit[slot] = False
57
58
def slot_reader(self):
59
- slot_num = 408
+ slot_num = 300
60
slots = []
61
if slot_num > 0:
62
for i in range(2, slot_num + 2):
0 commit comments