Wenhan-Jiang's Stars
rezaakb/pinns-torch
PINNs-Torch, Physics-informed Neural Networks (PINNs) implemented in PyTorch.
ultralytics/yolov5
YOLOv5 🚀 in PyTorch > ONNX > CoreML > TFLite
ermongroup/ddim
Denoising Diffusion Implicit Models
zoubohao/DenoisingDiffusionProbabilityModel-ddpm-
This may be the simplest implement of DDPM. You can directly run Main.py to train the UNet on CIFAR-10 dataset and see the amazing process of denoising.
vc-bonn/Spline_PINN
SimonZeng7108/RBF-PINN
xiaolai-sqlai/mobilenetv3
mobilenetv3 with pytorch,provide pre-train model
lukemelas/EfficientNet-PyTorch
A PyTorch implementation of EfficientNet
tomgoldstein/loss-landscape
Code for visualizing the loss landscape of neural nets
THU-MIG/yolov10
YOLOv10: Real-Time End-to-End Object Detection [NeurIPS 2024]
ultralytics/ultralytics
Ultralytics YOLO11 🚀
codertimo/BERT-pytorch
Google AI 2018 BERT pytorch implementation
karpathy/nanoGPT
The simplest, fastest repository for training/finetuning medium-sized GPTs.
google-research/vision_transformer
davda54/sam
SAM: Sharpness-Aware Minimization (PyTorch)
Wenhan-Jiang/DMAdam
Python
bubbliiiing/Siamese-pytorch
这是一个孪生神经网络(Siamese network)的库,可进行图片的相似性比较。
serengil/deepface
A Lightweight Face Recognition and Facial Attribute Analysis (Age, Gender, Emotion and Race) Library for Python
1-8op/vision-classifier
本仓库基于pytorch, 提供baseline用于图像分类任务,会持续维护,方便大家用于项目和竞赛,支持以下trick和module: sam, progressive learning, ohem, focal loss, cosine decay, label smooth, mixup, cutout, ema, mlt, amp等等
hindupuravinash/the-gan-zoo
A list of all named GANs!
XingangPan/DragGAN
Official Code for DragGAN (SIGGRAPH 2023)
kimiyoung/transformer-xl
Smerity/sha-rnn
Single Headed Attention RNN - "Stop thinking with your head"
lessw2020/Best-Deep-Learning-Optimizers
Collection of the latest, greatest, deep learning optimizers (for Pytorch) - CNN, NLP suitable
rdspring1/Count-Sketch-Optimizers
A compressed adaptive optimizer for training large-scale deep learning models using PyTorch
shivram1987/AdaNorm
idancz/RNN-Regularization
Implementation of RNN (LSTM/GRU) on "“Penn Tree Bank” dataset" based on "Recurrent Neural Network Regularization", by Zaremba
LiyuanLucasLiu/RAdam
On the Variance of the Adaptive Learning Rate and Beyond
CharlesWu123/SelfStudyTF
ZhangHongBo2019/VRP-in-Multi-Distribution-Centers
基于蚁群算法的多配送中心的车辆调度问题的研究