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

[caffe2] How to use the operators that are not included in brew through the python API? #13208

Open
CarlosYeverino opened this issue Oct 27, 2018 · 1 comment
Labels

Comments

@CarlosYeverino
Copy link

Hello all,

I know already how to use the helper functions provided in the brew API, however, I also would like to use other operators from the catalogue (https://caffe2.ai/docs/operators-catalogue.html) that are not included in the brew API. How can I use those operators through the python API?

Should I only do the following for that purpose?

model= model_helper.ModelHelper(name="train_net")

model.net.Add(......)
model.net.Split(.....)
@dzung-hoang
Copy link
Contributor

Did you try this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants