Tatiana Likhomanenko
Tatiana Likhomanenko
### Summary Add flashlight commit dependency for slimIPL and RASR recipes ### Test Plan (required) - Added the commit for slimIPL where I reproduced results - Added commit for RASR...
Summary: Preserve forward pass for old conformer models to make sure they are still working. Differential Revision: D29892424
Summary: Don't compute when layer is dropped (brought by vineelpratap) Differential Revision: D27695215
Hi! To reproduce of training it is needed set `numpy.random.seed` at this moment. Why must I do this (what kind of procedure have random state?) Can you add random_state as...
All of neural nets (pybrain, neurolab, theanets) have problems with reproducibility: - pybrain https://github.com/pybrain/pybrain/issues/170 - neurolab https://github.com/zueve/neurolab/issues/26 - theanets https://github.com/lmjohns3/downhill/issues/3 Meanwhile there are some dirty hacks with changing global seed,...