2 projects
pytorch-accelerated
A lightweight library designed to accelerate the process of training PyTorch models by providing a minimal, but extensible training loop which is flexible enough to handle the majority of use cases, and capable of utilizing different hardware options with no code changes required.
func-to-script
func-to-script` is a lightweight and convenient tool which can be used to turn a Python function into a command line script, with minimal boilerplate! As `func-to-script` is only a thin wrapper around `argparse`, it is incredibly lightweight there are no additional dependencies required! `func-to-script` is designed to be used in simple cases, so offers a streamlined feature set. For more complex scenarios, it is recommended to use `argparse` directly.