Skip to content

Change weight arrays in example projects to only 1 dimension. Fixes crash in csim

Javier Duarte requested to merge update_weight_dim into master

Created by: benjaminkreis

Found that dense layers of old example projects crash in csim due to dimension of weight arrays. Change from weight[x][y] to weight[x*y].

Merge request reports

Loading