Tilman Hoffbauer
Tilman Hoffbauer
With this change, the tolerance for diagonalization is also specified in `tolerances` instead of it being hardcoded. This unifies stuff a bit, and allows downstream tests to change the tolerance.
Previously, this method failed if `row_index` and `col_index` have different dtype/device. Now, we first unify these and do the comparisons afterwards. Differing dtype/device combinations can be created for example by...
Hi, first of all thanks for the awesome project! I really enjoy the self-managed CPython versions. I noticed that the versions downloaded do not take advantage of CPU features like...
### Description & Motivation I would like to request a feature that allows streaming the outputs from `Trainer.predict()` so that they can be processed one by one. This would enable...
Basically, I went through the code and put an if-else-statement around everything which was looking at both forward and reverse strands. I tested these changes with my own examples, and...