the padding of the conv layers
Open
- Dominant language
- MATLAB
- Stars
- 222
- Forks
- 66
- PR merge metrics
- No merged PRs in 30d
Description
Thanks for good work as usual~
Take type-7 and type-12 network for example. I find that the **padding of the conv layers is all 0 when training**(input size: 125 output size: 121). But **when tracking, the padding is set to 1** (input size: 125 output size: 125) while using the same conv parameters. Can you explain why you do like this? It is a theoretical setting(better in theory) or just a experimental result (better performance in experiments)?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.