f-dangel / curvlinops

PyTorch linear operators for curvature matrices (Hessian, Fisher/GGN, KFAC, ...)
https://curvlinops.readthedocs.io/en/latest/
MIT License
18 stars 8 forks source link

Improve documentation of `check_deterministic` #153

Open runame opened 4 days ago

runame commented 4 days ago

In many cases users probably do not want to let check_determinisic default to True, due to the additional cost. We should document recommended workflows for this, maybe using warnings or just in the docstring.