There are 0 repository under mixed-precision-training topic.
Neural Network Compression Framework for enhanced OpenVINO™ inference
Implementation of our Pattern Recognition paper "DMT: Dynamic Mutual Training for Semi-Supervised Learning"
Distributed, mixed-precision training with PyTorch
This repository containts the pytorch scripts to train mixed-precision networks for microcontroller deployment, based on the memory contraints of the target device.
A pytorch helper library for Mixed Precision Training, Initialization, Metrics and More Utilities to simplify training of deep learning models
Using Deep Learning To Identify And Classify Building Damage
Let's train CIFAR 10 Pytorch with Half-Precision!
Pytorch implementation of the paper Mixed Precision DNNs: All you need is a good parametrization.
Code repository for "Reducing Underflow in Mixed Precision Training by Gradient Scaling" presented at IJCAI '20
Steel Defect Detection using U-Net. Optimising training and inference using Automatic Mixed Precision and TensorRT respectively.
demo for pytorch-distributed
[TMLR, 2024] Modular Quantization-Aware Training for 6D Object Pose Estimation
This repository contains the code and reports for the course INFR11132 Machine Learning Practical. Overall Mark Achieved - 75%
This project implements a neural network-based chess AI using TensorFlow and Keras. The model uses convolutional layers and residual blocks to predict the best chess moves and evaluate board states. It combines policy and value predictions to create a robust chess-playing AI, inspired by AlphaZero's architecture.
A food vision app is an image classification app for 101 dishes demonstrating the power of transfer learning
This application predicts the name of a country (or countries) based on an input flag image. It uses advanced image processing techniques and deep learning models built with PyTorch to classify flags accurately.
This repository contains a Convolutional Neural Network (CNN) model designed for brain tumor classification using MRI images. The model employs multiple convolutional layers, batch normalization, dropout for regularization, and fully connected layers to achieve high accuracy.
This repository contains the code and the report for the coursework of INFR11031 Advanced Vision, a postgraduate course offered at The University of Edinburgh. The task was to train on limited and improve the accuracy of the ResNet-50 classifier on a small subset of the ImageNet dataset containing 50K training images and 50K test images. Achieved a mark of 74%