Pinned Repositories
CHENHUI-X
Deep-Learning-Classic-Papers
平时读过的深度学习经典论文,附笔记。
DEIT-Simple
Learning DeiT For Detail
DSPI
ImageClassification_with_VGGAttention
Implement a VGG-Attention model from scratch and implement classification validation on the CIFAR-10 dataset.
ImproveTransweather
Master Graduation Project
My-lecture-slides-and-code
B站PPT和代码 , 请先下滑获取使用教程.
Numerical_solutions_of_differential_equations
Text-Generator-With-Decoder
Using Transformer Decoder implement a text generator.
Unet-Denoising-Diffusion-Probabilistic-Models
U-Net model for Denoising Diffusion Probabilistic Models (DDPM)
CHENHUI-X's Repositories
CHENHUI-X/My-lecture-slides-and-code
B站PPT和代码 , 请先下滑获取使用教程.
CHENHUI-X/Deep-Learning-Classic-Papers
平时读过的深度学习经典论文,附笔记。
CHENHUI-X/CHENHUI-X
CHENHUI-X/ImageClassification_with_VGGAttention
Implement a VGG-Attention model from scratch and implement classification validation on the CIFAR-10 dataset.
CHENHUI-X/DEIT-Simple
Learning DeiT For Detail
CHENHUI-X/ImproveTransweather
Master Graduation Project
CHENHUI-X/Unet-Denoising-Diffusion-Probabilistic-Models
U-Net model for Denoising Diffusion Probabilistic Models (DDPM)
CHENHUI-X/ACC-Unet-Learning
Just for learn ACC-Unet
CHENHUI-X/Implement_Transformer_Simple
Implement a simple version of Transformer
CHENHUI-X/Text-Generator-With-Decoder
Using Transformer Decoder implement a text generator.
CHENHUI-X/CHENHUI-X.github.io
CHENHUI-X/clash-verge-rev
Continuation of Clash Verge - A Clash Meta GUI based on Tauri (Windows, MacOS, Linux)
CHENHUI-X/ConvNeXt
Code release for ConvNeXt model
CHENHUI-X/Deep-reinforcement-learning-with-pytorch
PyTorch implementation of DQN, AC, ACER, A2C, A3C, PG, DDPG, TRPO, PPO, SAC, TD3 and ....
CHENHUI-X/Informer2020
The GitHub repository for the paper "Informer" accepted by AAAI 2021.
CHENHUI-X/jekyll-theme-chirpy
A minimal, responsive, and feature-rich Jekyll theme for technical writing.
CHENHUI-X/Learning_pytorch_parallel
CHENHUI-X/llamama
Inference code for Llama models
CHENHUI-X/LSTM_encoder_decoder
Build a LSTM encoder-decoder using PyTorch to make sequence-to-sequence prediction for time series data
CHENHUI-X/ml-fastvit
This repository contains the official implementation of the research paper, "FastViT: A Fast Hybrid Vision Transformer using Structural Reparameterization" ICCV 2023
CHENHUI-X/PyTorch-YOLOv3
Minimal PyTorch implementation of YOLOv3
CHENHUI-X/RepVGG
RepVGG: Making VGG-style ConvNets Great Again
CHENHUI-X/Resnet-from-scratch
Implement a simple Resnet according to the tutorial
CHENHUI-X/RocWeather
All-in-one image restoration model
CHENHUI-X/Swin-Transformer
This is an official implementation for "Swin Transformer: Hierarchical Vision Transformer using Shifted Windows".
CHENHUI-X/TFT
CHENHUI-X/utilspy
Some py code for convenience
CHENHUI-X/Visualization_feature_map
How can we know that the feature extraction layer extracts the expected feature?
CHENHUI-X/VIT
Personal implementations of Machine Learning papers
CHENHUI-X/yolo-v3-simple
Implement yolo-v3 code according to the tutorial