117XinyuLi / pytorch-learningLinks
龙良曲pytorch学习代码及一些模型的复现,包括Unet、Vision Transformer、Swim Transformer、ConvNext、YOLOv3、MAE、Diffusion model等
☆44Updated last year
Alternatives and similar repositories for pytorch-learning
Users that are interested in pytorch-learning are comparing it to the libraries listed below
Sorting:
- This project organizes classic images classification neural networks based on convolution or attention, and writes training and inference…☆196Updated 7 months ago
- ikan: many kan variants for every body☆281Updated last month
- diffusion model on mnist☆73Updated last year
- Demos for deep learning☆668Updated 8 months ago
- ☆171Updated 2 years ago
- 我的AI学习笔记。包括b站up主deep_thoughts的PyTorch课程笔记和相关代码;北邮深度学习与数字视频PPT代码。☆37Updated last year
- 扩散模型原理和pytorch代码实现初学资料汇总☆791Updated last year
- 深度学习中各种即插即用小模块☆433Updated last year
- ☆231Updated 5 months ago
- 这里包含了Vit的代码以及数据集部分。☆128Updated last year
- Only implemented through torch: "bi - mamba2" , "vision- mamba2 -torch". support 1d/2d/3d/nd and support export by jit.script/onnx;☆356Updated 8 months ago
- This project aim to share the knowledge and code concerning generative models, including: GAN, Diffusion, VAE.☆113Updated 2 years ago
- 这个是一个ddpm的pytorch仓库,可以用于训练自己的数据集。☆256Updated 2 years ago
- ☆70Updated last year
- 用于pytorch的图像分类,包含多种模型方法,比如AlexNet,VGG,GoogleNet,ResNet,DenseNet等等,包含可完整运行的代码。除此之外,也有colab的在线运行代码,可以直接在colab在线运行查看结果。也可以迁移到自己的数据集进行迁移学习。☆240Updated last year
- ☆154Updated last year
- 历年ICLR论文和开源项目合集,包含ICLR2021、ICLR2022、ICLR2023、ICLR2024、ICLR2025.☆408Updated 5 months ago
- A demo of image classification with PyTorch DDP (DistributedDataParallel) and AMP (Automatic Mixed Precision) modules.☆69Updated last year
- 基于pytorch框架从零实现DDPM算法☆144Updated 2 years ago
- Transformer Encoder PyTorch note☆118Updated 2 years ago
- ☆66Updated this week
- [AAAI' 25] U-KAN Makes Strong Backbone for Medical Image Segmentation and Generation☆450Updated 2 months ago
- vision transformer on mnist dataset☆34Updated last year
- 扩散模型的简易 PyTorch 实现☆88Updated 2 years ago
- Wavelet Convolutions for Large Receptive Fields. ECCV 2024.☆497Updated 2 months ago
- IDDM (Industrial, landscape, animate, latent diffusion), support LDM, DDPM, DDIM, PLMS, webui and distributed training. Pytorch实现扩散模型,生成模…☆222Updated this week
- Transformer是谷歌在17年发表的Attention Is All You Need 中使用的模型,经过这些年的大量的工业使用和论文验证,在深度学习领域已经占据重要地位。Bert就是从Transformer中衍生出来的语言模型。我会以中文翻译英文为例,来解释Tran…☆275Updated last year
- Pytorch Implementations of large number classical backbone CNNs, data enhancement, torch loss, attention, visualization and some common…☆1,135Updated 3 years ago
- ☆23Updated last year
- 本仓库提供了使用PyTorch进行深度学习的最佳实践,从深度学习环境搭建与张量基础入手,从0到1构建和训练神经网络,通过优化促进模型的收敛和更好的效果,同时着力于深度架构落地实践,最后通过一线CV(和NLP)企业级应用提升实战能力。项目以Jupyter Notebook为主…☆129Updated 2 years ago