Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add dilation and fix add ops in pytorch emitter #744

Open
garry1ng opened this issue Oct 5, 2019 · 0 comments · May be fixed by #745
Open

add dilation and fix add ops in pytorch emitter #744

garry1ng opened this issue Oct 5, 2019 · 0 comments · May be fixed by #745

Comments

@garry1ng
Copy link

garry1ng commented Oct 5, 2019

Problem 1: I try to convert a caffe layer to pytorch which is an elewise layer containing multiple bottom layers. The pytorch emitter only handles two-element add ops.

layer {
bottom: "fc8_1"
bottom: "fc8_2"
bottom: "fc8_3"
bottom: "fc8_4"
top: "fc8"
name: "fc8"
type: "Eltwise"
eltwise_param {
operation: SUM
}
}

Problem 2: The pytorch emitter doesn't support dilation features though they exist in IR code.

Platform (like ubuntu 16.04/win10): ubuntu 16.04

Python version: Python 3.6

Source framework with version (like Tensorflow 1.4.1 with GPU): caffe GPU 1.0

Destination framework with version (like CNTK 2.3 with GPU): pytorch 1.2 with GPU

@garry1ng garry1ng linked a pull request Oct 5, 2019 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant