John Henning
John Henning
Summary: This diff fixes a type annotation issue in the `auto_unit` and `utils.precision` modules of the `torchtnt` library. The `grad_scaler` attribute was previously annotated as `Optional[GradScaler]` which referred to the...
I'm trying to build a set of KwiverProcess subclasses that would be used across multiple components in the system. The idea would be to have the processes be the mode...
It would be useful to have more detailed instructions on how to build the DIVA framework. For example, having explanations for all of the build flags, and an example of...
Right now, the documentation for the API and tutorials aren't enough to have a good understanding of how to build a complete system. I think it should have standard API...