Open arvoelke opened 4 years ago
Update: I went through and changed all the names accordingly, and that appeared to work. However, I'm still wondering if I missed a step, or did something incorrectly to end up with all of the wrong variable names in weights.h
.
I tried to create a new header file for the DS-CNN by running:
but the resulting
weights.h
file uses different#define
names than those inDeployment/Source/NN/DS_CNN/ds_cnn_weights.h
.Specifically,
weights.h
contains definitions for:whereas the original
ds_cnn_weights.h
contains definitions for:Am I missing some step for generating
weights.h
? Or am I supposed to go through and modify all these names to be the same as before?