Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我为 keras 编写了一个模型转换器到 Caffe2。不幸的是,跨步卷积padding='same'在 Caffe2 中的实现方式不同。即在 x 和 y 中有 1 个像素的偏移。
padding='same'
如何在 Caffe2 中对张量进行切片以纠正偏移量?