Hydra
Hydra copied to clipboard
where are the original directories ...?
E.g. configs/toy_experiments
Seems like I renamed configs/toy_experiments
to configs/trinist
(i.e. "Triple *-NIST". I created this framework as part of my thesis, definitely will come back to this one soon.
Quick note - this repo won't work for all type of models (as you can see in src/models/lenet.py
, there's a special "bn_pillow" between each blocks (defined in src/models/hydra_base.py
, which is essentially the same as BN but with enough flexibility to allow me to compute some statistics.