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
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?The text was updated successfully, but these errors were encountered: