rushilanirudh's Stars
wustl-cig/DOLCE
DOLCE, ICCV2023. Pytorch Implementation.
Jingkang50/OpenOOD
Benchmarking Generalized Out-of-Distribution Detection
j-cb/NINCO
Code and data for the paper "In or Out? Fixing ImageNet Out-of-Distribution Detection Evaluation"
YyzHarry/SubpopBench
[ICML 2023] Change is Hard: A Closer Look at Subpopulation Shift
glhr/beyond-AUROC
official code repository for the paper "Beyond AUROC & co. for evaluating out-of-distribution detection performance"
lucidrains/vector-quantize-pytorch
Vector (and Scalar) Quantization, in Pytorch
cvxgrp/pymde
Minimum-distortion embedding with PyTorch
CompVis/taming-transformers
Taming Transformers for High-Resolution Image Synthesis
aangelopoulos/conformal-prediction
Lightweight, useful implementation of conformal prediction on real data.
lucidrains/denoising-diffusion-pytorch
Implementation of Denoising Diffusion Probabilistic Model in Pytorch
archinetai/audio-diffusion-pytorch
Audio generation using diffusion models, in PyTorch.
HazyResearch/HoroPCA
Hyperbolic PCA via Horospherical Projections
arpitbansal297/Cold-Diffusion-Models
Official implementation of Cold-Diffusion for different transformations in pytorch.
tejas-gokhale/ALT
st--/annotate-equations
LaTeX package and annotated examples for annotating equations using TikZ.
ratschlab/repulsive_ensembles
Repo for our paper "Repulsive deep ensembles are Bayesian"
google/uncertainty-baselines
High-quality implementations of standard and SOTA methods on a variety of tasks.
andrewekhalel/MLQuestions
Machine Learning and Computer Vision Engineer - Technical Interview Questions
gwang-kim/DiffusionCLIP
[CVPR 2022] Official PyTorch Implementation for DiffusionCLIP: Text-guided Image Manipulation Using Diffusion Models
ispamm/realnvp-demo-pytorch
didriknielsen/survae_flows
Code for paper "SurVAE Flows: Surjections to Bridge the Gap between VAEs and Flows"
EmoryMLIP/OT-Flow
PyTorch implementation of the OT-Flow approach in arXiv:2006.00104
facebookresearch/mae
PyTorch implementation of MAE https//arxiv.org/abs/2111.06377
eriklindernoren/ML-From-Scratch
Machine Learning From Scratch. Bare bones NumPy implementations of machine learning models and algorithms with a focus on accessibility. Aims to cover everything from linear regression to deep learning.
locuslab/convmixer
Implementation of ConvMixer for "Patches Are All You Need? š¤·"
libffcv/ffcv
FFCV: Fast Forward Computer Vision (and other ML workloads!)
lucidrains/vit-pytorch
Implementation of Vision Transformer, a simple way to achieve SOTA in vision classification with only a single transformer encoder, in Pytorch
huggingface/pytorch-image-models
The largest collection of PyTorch image encoders / backbones. Including train, eval, inference, export scripts, and pretrained weights -- ResNet, ResNeXT, EfficientNet, NFNet, Vision Transformer (ViT), MobileNetV4, MobileNet-V3 & V2, RegNet, DPN, CSPNet, Swin Transformer, MaxViT, CoAtNet, ConvNeXt, and more
dusty-nv/pytorch-classification
Training of image classification models with PyTorch
karasawatakumi/monodepth-dev
Monocular depth estimation by segmentation models for NYU-depth v2 dataset. Simple PyTorch Lightning implementation.