I train one network and the output is a set of points, which are ordered. I want to use DDSL to connnect the points to line and make it differentiable. I read the code in experiments/exp2_mninst/loader.py. The input is one sample. I want to know that how to nest ddsl after the output? Thank very much.
I train one network and the output is a set of points, which are ordered. I want to use DDSL to connnect the points to line and make it differentiable. I read the code in experiments/exp2_mninst/loader.py. The input is one sample. I want to know that how to nest ddsl after the output? Thank very much.