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

What is the framework for POET? #2

Open
super-dainiu opened this issue Oct 28, 2022 · 1 comment
Open

What is the framework for POET? #2

super-dainiu opened this issue Oct 28, 2022 · 1 comment

Comments

@super-dainiu
Copy link

super-dainiu commented Oct 28, 2022

Dear Authors,
I am amazed that the performance of POET outperforms POFO so much. Since PyTorch does not have a traced backward graph, I am curious about which framework you are using.

@ShishirPatil
Copy link
Owner

Hi super-dainiu, thank you for your interest.

POET uses Gurobi for solving the MILP formulation. Gurobi can be replaced by cvxpy/coin-or or any open-source ILP solvers. We generate the graph and the corresponding dependencies ourselves. The network is defined using Pytorch-compatible methods.

To further highlight the benefit, POFO supports chain (linear) model graphs while POET is more generic and supports any arbitrary model graphs such as ResNets/BERTs etc.

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

No branches or pull requests

2 participants