junzhouye's Stars
hysts/pytorch_image_classification
PyTorch implementation of image classification models for CIFAR-10/CIFAR-100/MNIST/FashionMNIST/Kuzushiji-MNIST/ImageNet
VainF/Torch-Pruning
[CVPR 2023] DepGraph: Towards Any Structural Pruning
junyanz/CycleGAN
Software that can generate photos from paintings, turn horses into zebras, perform style transfer, and more.
hcguoO0/FIA
code for "Feature Importance-aware Transferable Adversarial Attacks"
clovaai/stargan-v2
StarGAN v2 - Official PyTorch Implementation (CVPR 2020)
iliaishacked/markpainting
DingXiaoH/RepVGG
RepVGG: Making VGG-style ConvNets Great Again
pengzhiliang/MAE-pytorch
Unofficial PyTorch implementation of Masked Autoencoders Are Scalable Vision Learners
lucidrains/vit-pytorch
Implementation of Vision Transformer, a simple way to achieve SOTA in vision classification with only a single transformer encoder, in Pytorch
dingsheng-ong/ipr-gan
This is the code repo of our CVPR2021 on protecting the IPR of Generative Adversarial Networks (GANs) from Ambiguity Attack
eriklindernoren/PyTorch-GAN
PyTorch implementations of Generative Adversarial Networks.
DAI-Lab/SteganoGAN
SteganoGAN is a tool for creating steganographic images using adversarial training.
VinAIResearch/Warping-based_Backdoor_Attack-release
WaNet - Imperceptible Warping-based Backdoor Attack (ICLR 2021)
UMBCvision/Hidden-Trigger-Backdoor-Attacks
Official Repository for the AAAI-20 paper "Hidden Trigger Backdoor Attacks"
THUYimingLi/backdoor-learning-resources
A list of backdoor learning resources
bolunwang/backdoor
Code implementation of the paper "Neural Cleanse: Identifying and Mitigating Backdoor Attacks in Neural Networks", at IEEE Security and Privacy 2019.
mazhengcn/suggested-notation-for-machine-learning
This introduces a suggestion of mathematical notation protocol for machine learning.
ZJZAC/Deep-Model-Watermarking
codecrafters-io/build-your-own-x
Master programming by recreating your favorite technologies from scratch.
bboylyg/NAD
This is an implementation demo of the ICLR 2021 paper [Neural Attention Distillation: Erasing Backdoor Triggers from Deep Neural Networks](https://openreview.net/pdf?id=9l0K4OM-oXE) in PyTorch.
AberHu/Knowledge-Distillation-Zoo
Pytorch implementation of various Knowledge Distillation (KD) methods.
tancik/StegaStamp
Invisible Hyperlinks in Physical Photographs
goodfeli/adversarial
Code and hyperparameters for the paper "Generative Adversarial Networks"
VITA-Group/Nasty-Teacher
[ICLR 2021 Spotlight Oral] "Undistillable: Making A Nasty Teacher That CANNOT teach students", Haoyu Ma, Tianlong Chen, Ting-Kuei Hu, Chenyu You, Xiaohui Xie, Zhangyang Wang
yfeng95/GAN
Resources and Implementations of Generative Adversarial Nets: GAN, DCGAN, WGAN, CGAN, InfoGAN
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
zergtant/pytorch-handbook
pytorch handbook是一本开源的书籍,目标是帮助那些希望和使用PyTorch进行深度学习开发和研究的朋友快速入门,其中包含的Pytorch教程全部通过测试保证可以成功运行
yunjey/pytorch-tutorial
PyTorch Tutorial for Deep Learning Researchers
izackwu/TeachYourselfCS-CN
TeachYourselfCS 的中文翻译 | A Chinese translation of TeachYourselfCS
CyC2018/CS-Notes
:books: 技术面试必备基础知识、Leetcode、计算机操作系统、计算机网络、系统设计