Skip to content
Snippets Groups Projects
Commit f92656c7 authored by Neta Zmora's avatar Neta Zmora
Browse files

Revert "Cifar models: remove explicit parameters initialization"

Said commit was wrong: the default inializations in pytorch are not
the same as in our code.  For example, the default convolution
weight initialization uses Kaiming-uniform, while we used
Kaiming-normal.
For backward comparability of the model behavior, we need to
revert to the old behavior.
This reverts commit 6913687f.
parent 8b341593
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment