Chris-hughes10
Principal Machine Learning Engineer/Scientist Manager at Microsoft
Repositories
Select a repository to view its commits, contributors, and more.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. Docs: https://pytorch-accelerated.readthedocs.io/en/latest/
Yolov7-training
A clean, modular implementation of the Yolov7 model family, which uses the official pretrained weights, with utilities for training the model on custom (non-COCO) tasks.
simple-ppo
A clean, modular implementation of the Proximal Policy Optimization (PPO) algorithm in PyTorch, written with a strong focus on readability and educational value, as well as performance.
func-to-script
A lightweight and convenient tool which can be used to turn a Python function into a command line script, with minimal boilerplate! A thin wrapper around argparse, with are no additional dependencies!