Pinned Repositories
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!
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/
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.
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.
YOLOX
YOLOX is a high-performance anchor-free YOLO, exceeding yolov3~v5 with MegEngine, ONNX, TensorRT, ncnn, and OpenVINO supported. Documentation: https://yolox.readthedocs.io/
Chris-hughes10's Repositories
Chris-hughes10/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/
Chris-hughes10/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.
Chris-hughes10/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.
Chris-hughes10/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!
Chris-hughes10/YOLOX
YOLOX is a high-performance anchor-free YOLO, exceeding yolov3~v5 with MegEngine, ONNX, TensorRT, ncnn, and OpenVINO supported. Documentation: https://yolox.readthedocs.io/
Chris-hughes10/axolotl
Go ahead and axolotl questions
Chris-hughes10/code-with-engineering-playbook
This is the playbook for "code-with" customer or partner engagements
Chris-hughes10/deeplearning_keras2
Modification of fast.ai deep learning course notebooks for usage with Keras 2 and Python 3.
Chris-hughes10/DeployDLKubeflowAKS
Deploying CNN using Kubeflow on Azure Kubernetes Service
Chris-hughes10/lost-in-the-middle
Code and data for "Lost in the Middle: How Language Models Use Long Contexts"
Chris-hughes10/mlflow
Open source platform for the machine learning lifecycle
Chris-hughes10/Swin-Transformer-Object-Detection
This is an official implementation for "Swin Transformer: Hierarchical Vision Transformer using Shifted Windows" on Object Detection and Instance Segmentation.
Chris-hughes10/the-algorithm-ml
Source code for Twitter's Recommendation Algorithm
Chris-hughes10/vscode-theme
Chris-hughes10/yolov7
Implementation of paper - YOLOv7: Trainable bag-of-freebies sets new state-of-the-art for real-time object detectors