#pytorch-implementation (8 Repositories)
Ranked open-source repositories tagged with #pytorch-implementation, scored by pull request acceptance likelihood and maintainer engagement velocity.
0.0%
0.0h
8 repositories tagged #pytorch-implementation
mehtadushy/SelecSLS-Pytorch
Reference ImageNet implementation of SelecSLS CNN architecture proposed in the SIGGRAPH 2020 paper "XNect: Real-time Multi-Person 3D Motion Capture with a Single RGB Camera". The repository also includes code for pruning the model based on implicit sparsity emerging from adaptive gradient descent methods, as detailed in the CVPR 2019 paper "On implicit filter level sparsity in Convolutional Neural Networks".
junqiangchen/PytorchDeepLearing
Meidcal Image Segmentation Pytorch Version
piEsposito/blitz-bayesian-deep-learning
A simple and extensible library to create Bayesian Neural Network layers on PyTorch.
huangzh13/StyleGAN.pytorch
A PyTorch implementation for StyleGAN with full features.
nimarb/pytorch_influence_functions
This is a PyTorch reimplementation of Influence Functions from the ICML2017 best paper: Understanding Black-box Predictions via Influence Functions by Pang Wei Koh and Percy Liang.
mni-ml/framework
A machine learning library with a TypeScript API and Rust backend. CUDA and WebGPU compatibility. Built to understand how ML frameworks and models work internally.
vaibhawvipul/First-steps-towards-Deep-Learning
This is an open sourced book on deep learning.
d-li14/efficientnetv2.pytorch
PyTorch implementation of EfficientNetV2 family