You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 9, 2024. It is now read-only.
hello, in tidl_import tool, there is a confusing problem: for data layer , when calculate channel pitch, example: data_input 2242243, pad_w = 2, pad_h = 2, ti calculate channel_pitch = (224 + 2 *2 + 1) * (224 + 2) = 229 * 226.
the problem is why not calcualte channel_pitch = (224 +2) * (224 + 2) = 226* 226 ?
could you give me some guidance ?
The text was updated successfully, but these errors were encountered: