Bug fixes. Tested im2col_cpu_custom_transpose - bad way.

This commit is contained in:
AlexeyAB
2018-08-11 00:26:53 +03:00
parent 3e856ec04e
commit a9fef1bd66
6 changed files with 264 additions and 16 deletions

View File

@ -861,9 +861,9 @@ void calculate_binary_weights(network net)
if (l->xnor) {
//printf("\n %d \n", j);
size_t ldb_align = 256; // 256bit for AVX2
l->lda_align = 256; // 256bit for AVX2
binary_align_weights(l, ldb_align);
binary_align_weights(l);
}
}
}