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

Training using CPU #27

Open
Narasappapraveen opened this issue Nov 13, 2017 · 1 comment
Open

Training using CPU #27

Narasappapraveen opened this issue Nov 13, 2017 · 1 comment

Comments

@Narasappapraveen
Copy link

Hi, Is it possible to train the DEMON using CPU??

If yes, what changes I need to do in the code??

@benjaminum
Copy link
Collaborator

It is possible, but we did not test it.
A problem is the tensor data format.
Our custom ops that we use e.g. flow_to_depth2 and depth_to_flow only support the NCHW format, but CPU training is only possible with NHWC.
We have added format conversion ops in the v2 training code like in the inference example but we never tested the training process.

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