microsoft / nn-Meter

A DNN inference latency prediction toolkit for accurately modeling and predicting the latency on diverse edge devices.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can you explain why stride[::3] has to be [1, 1]?

YuqiData-UW opened this issue · comments

if node["attr"]["attr"]["strides"][::3] != [1, 1]:

I got some models doesn't fit this rule. If I ignore it, what's the consequence