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

support training with c++ #10574

Closed
4 tasks done
jacquesqiao opened this issue May 10, 2018 · 1 comment
Closed
4 tasks done

support training with c++ #10574

jacquesqiao opened this issue May 10, 2018 · 1 comment
Assignees

Comments

@jacquesqiao
Copy link
Member

jacquesqiao commented May 10, 2018

Background

Some system need to train neural network using C++ API of fluid, so fluid need to provide the interface and a demo to do this.

TODO

  • 1. User use Python to describe the network then save the ProgramDesc to disk.
  • 2. Add a CPP interface to load the ProgramDesc from disk.
  • 3. use CPP Executor to run the ProgramDesc
  • 4. Add document
@jacquesqiao
Copy link
Member Author

第一阶段已完成

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

1 participant