You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Hi, Is it possible to train the DEMON using CPU??
If yes, what changes I need to do in the code??
The text was updated successfully, but these errors were encountered: