mirror of
https://github.com/pjreddie/darknet.git
synced 2023-08-10 21:13:14 +03:00
Bug fixes. Tested im2col_cpu_custom_transpose - bad way.
This commit is contained in:
@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user