yangyang2023a's Stars
NVIDIA/PyProf
A GPU performance profiling tool for PyTorch models
zugexiaodui/torch_flops
A library for calculating the FLOPs in the forward() process based on torch.fx
greenyin/Laryngoscope8
clovaai/rexnet
Official Pytorch implementation of ReXNet (Rank eXpansion Network) with pretrained models
Nyandwi/ModernConvNets
Revisions and implementations of modern Convolutional Neural Networks architectures in TensorFlow and Keras
Jacky-Android/convnext-v2-pytorch
mamba-org/micromamba-releases
Micromamba executables mirrored from conda-forge as Github releases
mamba-org/vscode-micromamba
A VSCode extension to generate development environments using micromamba and conda-forge package repository
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
THU-MIG/RepViT
RepViT: Revisiting Mobile CNN From ViT Perspective [CVPR 2024] and RepViT-SAM: Towards Real-Time Segmenting Anything
shanglianlm0525/CvPytorch
CvPytorch is an open source COMPUTER VISION toolbox based on PyTorch.
shanglianlm0525/PyTorch-Networks
Pytorch implementation of cnn network
MrRobotsAA/rtdl
The `rtdl` library + The official implementation of the paper "Revisiting Deep Learning Models for Tabular Data"
lishuwei0424/Self_Reference_Book_for_VSALM
Reference_Book_for_VSALM
manujosephv/pytorch_tabular
A standard framework for modelling Deep Learning Models for tabular data
kathrinse/TabSurvey
Experiments on Tabular Data Models
FLHonker/Awesome-Knowledge-Distillation
Awesome Knowledge-Distillation. 分类整理的知识蒸馏paper(2014-2021)。
youngerous/ddgsd-pytorch
(Unofficial) Data-Distortion Guided Self-Distillation for Deep Neural Networks (AAAI 2019)
shankarpandala/lazypredict
Lazy Predict help build a lot of basic models without much code and helps understand which models works better without any parameter tuning
naszilla/tabzilla
kalelpark/FT_TransFormer
DeepLearning for Tabular Data with FT_Transformer & ResNet
pseeth/autoclip
Adaptive Gradient Clipping
bhardwajshivam/Gradient-Clipping
Gradient Clipping is a technique used to tackle the problem of exploding gradients in neural networks, especially during training
kozistr/pytorch_optimizer
optimizer & lr scheduler & loss function collections in PyTorch
marzekan/WCGAN-GP
TensorFlow 2 implementation of Wasserstein Conditional GAN with Gradient Penalty (WCGAN-GP) for synthetic data generation
ydataai/ydata-synthetic
Synthetic data generators for tabular and time-series data
analyticalmindsltd/smote_variants
A collection of 85 minority oversampling techniques (SMOTE) for imbalanced learning with multi-class oversampling and model selection features
kyegomez/zeta
Build high-performance AI models with modular building blocks
kyegomez/Jamba
PyTorch Implementation of Jamba: "Jamba: A Hybrid Transformer-Mamba Language Model"
pengzhangzhi/Awesome-Mamba
Awesome list of papers that extend Mamba to various applications.