Pinned Repositories
attention-is-all-you-need-pytorch
A PyTorch implementation of the Transformer model in "Attention is All You Need".
audio-diffusion
Apply diffusion models using the new Hugging Face diffusers package to synthesize music instead of images.
Awesome-Diffusion-Models
A collection of resources and papers on Diffusion Models
bert-book
「BERTによる自然言語処理入門: Transformersを使った実践プログラミング」サポートページ
Bert_based_book_code
《基于BERT模型的自然语言处理实战》随书代码
bert_nlp
YouTubeライブの講義「BERTによる自然言語処理を学ぼう!」、およびUdemyコース「BERTによる自然言語処理を学ぼう!」で使用する教材です。
CLIP
CLIP (Contrastive Language-Image Pretraining), Predict the most relevant text snippet given an image
Cold-Diffusion-Models
Official implementation of Cold-Diffusion for different transformations in pytorch.
dalle2-laion
Pretrained Dalle2 from laion
DALLE2-pytorch
Implementation of DALL-E 2, OpenAI's updated text-to-image synthesis neural network, in Pytorch
ilovelx's Repositories
ilovelx/so-vits-svc
SoftVC VITS Singing Voice Conversion
ilovelx/pytorch-deep-learning
Materials for the Learn PyTorch for Deep Learning: Zero to Mastery course.
ilovelx/Awesome-Diffusion-Models
A collection of resources and papers on Diffusion Models
ilovelx/vision
Datasets, Transforms and Models specific to Computer Vision
ilovelx/PaddleHub
Awesome pre-trained models toolkit based on PaddlePaddle. (400+ models including Image, Text, Audio, Video and Cross-Modal with Easy Inference & Serving)
ilovelx/diffusion-model-book
ilovelx/improved-diffusion
Release for Improved Denoising Diffusion Probabilistic Models
ilovelx/CLIP
CLIP (Contrastive Language-Image Pretraining), Predict the most relevant text snippet given an image
ilovelx/espnet
End-to-End Speech Processing Toolkit
ilovelx/wenet
Production First and Production Ready End-to-End Speech Recognition Toolkit
ilovelx/paper-reading
深度学习经典、新论文逐段精读
ilovelx/Diffusion-Models-Papers-Survey-Taxonomy
Diffusion model papers, survey, and taxonomy
ilovelx/examples
TensorFlow examples
ilovelx/attention-is-all-you-need-pytorch
A PyTorch implementation of the Transformer model in "Attention is All You Need".
ilovelx/PaLM-rlhf-pytorch
Implementation of RLHF (Reinforcement Learning with Human Feedback) on top of the PaLM architecture. Basically ChatGPT but with PaLM
ilovelx/PaddleGAN
PaddlePaddle GAN library, including lots of interesting applications like First-Order motion transfer, Wav2Lip, picture repair, image editing, photo2cartoon, image style transfer, GPEN, and so on.
ilovelx/audio-diffusion
Apply diffusion models using the new Hugging Face diffusers package to synthesize music instead of images.
ilovelx/Diffusion-Models-pytorch
Pytorch implementation of Diffusion Models (https://arxiv.org/pdf/2006.11239.pdf)
ilovelx/DALLE2-pytorch
Implementation of DALL-E 2, OpenAI's updated text-to-image synthesis neural network, in Pytorch
ilovelx/fry_course_materials
范仁义录播课资料,会依次推出各种完全免费的前端、后端、大数据、人工智能等课程,课程网站: https://fanrenyi.com ; b站课程地址: https://space.bilibili.com/45664489 ;
ilovelx/bert-book
「BERTによる自然言語処理入門: Transformersを使った実践プログラミング」サポートページ
ilovelx/pytorch_handbook
pytorch_handbook
ilovelx/Detectron
FAIR's research platform for object detection research, implementing popular algorithms like Mask R-CNN and RetinaNet.
ilovelx/bert_nlp
YouTubeライブの講義「BERTによる自然言語処理を学ぼう!」、およびUdemyコース「BERTによる自然言語処理を学ぼう!」で使用する教材です。
ilovelx/pytorch-diffusion
A basic PyTorch implementation of 'Denoising Diffusion Probabilistic Models'
ilovelx/dalle2-laion
Pretrained Dalle2 from laion
ilovelx/diffusion
Denoising Diffusion Probabilistic Models
ilovelx/Diffusion-Models
扩散模型原理和pytorch代码实现初学资料汇总
ilovelx/Cold-Diffusion-Models
Official implementation of Cold-Diffusion for different transformations in pytorch.
ilovelx/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.