Open bkj opened 6 years ago
Hi --
Thanks again for releasing the code. Are you able to explain a little more what _apply_drop_path is doing in cifar10/micro_child.py, and what the motivation for this regularization is?
_apply_drop_path
cifar10/micro_child.py
Thanks Ben
You can see this paper (Sec 3.1 specifically)
Hmm. I was looking through the code. So is that only used in the final training? It looks like its only called in _fixed_layer.
Hi --
Thanks again for releasing the code. Are you able to explain a little more what
_apply_drop_path
is doing incifar10/micro_child.py
, and what the motivation for this regularization is?Thanks Ben