Pinned Repositories
adversarial-attacks-pytorch
PyTorch implementation of adversarial attacks.
Awesome-GANs
Awesome Generative Adversarial Networks with tensorflow
Multi-Task-Learning-Improves-Synthetic-Speech-Detection
This code is for our accepted manuscript to 2022 IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP).
PyTorch-VAE
A Collection of Variational Autoencoders (VAE) in PyTorch.
record_the_learning_of_pytorch
This respository is a tool to push me to learn pytorch.
SGM
TERD
TERD: A Framework for Backdoor Detection on Diffusion Model
When-Adversarial-Training-Meets-Vision-Transformers
Official implementation of "When Adversarial Training Meets Vision Transformers: Recipes from Training to Architecture" published at NeurIPS 2022.
mo666666's Repositories
mo666666/When-Adversarial-Training-Meets-Vision-Transformers
Official implementation of "When Adversarial Training Meets Vision Transformers: Recipes from Training to Architecture" published at NeurIPS 2022.
mo666666/Multi-Task-Learning-Improves-Synthetic-Speech-Detection
This code is for our accepted manuscript to 2022 IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP).
mo666666/SGM
mo666666/TERD
TERD: A Framework for Backdoor Detection on Diffusion Model
mo666666/PyTorch-VAE
A Collection of Variational Autoencoders (VAE) in PyTorch.
mo666666/record_the_learning_of_pytorch
This respository is a tool to push me to learn pytorch.
mo666666/adversarial-attacks-pytorch
PyTorch implementation of adversarial attacks.
mo666666/Awesome-GANs
Awesome Generative Adversarial Networks with tensorflow
mo666666/awesome-scs
上海交通大学网安学院本科编程作业参考
mo666666/Bag-of-Tricks-for-AT
Empirical tricks for training state-of-the-art robust models on CIFAR-10 (ICLR 2021)
mo666666/cifar10_challenge
A challenge to explore adversarial robustness of neural networks on CIFAR10.
mo666666/CycleGAN-VC2
Voice Conversion by CycleGAN (语音克隆/语音转换)
mo666666/DCGAN-Pytorch-Alter
The default dcgan is used to generate 64 * 64 pictures. In this code repository, we modify the network structure to generate 128 * 128 or 256 * 256 pictures.
mo666666/deep-learning-for-image-processing
deep learning for image processing including classification and object-detection etc.
mo666666/Fake_Faces_DCGAN_GDPP_LOSS
DCGAN + GDPP Loss for Fake Face Generation on Celeb A Dataset
mo666666/fastgan
Improving the Speed and Quality of GAN by Adversarial Training
mo666666/GAN-Case-Study
mo666666/Lhy_Machine_Learning
李宏毅2021春季机器学习课程课件及作业
mo666666/on-the-adversarial-robustness-of-visual-transformer
Code for the paper "On the Adversarial Robustness of Visual Transformers"
mo666666/PaperMemory
A browser extension to automatically store the papers you read (Arxiv, OpenReview & more)! Also enhances ArXiv: BibTex citation, Markdown link, direct download and more!
mo666666/pytorch-cnn-visualizations
Pytorch implementation of convolutional neural network visualization techniques
mo666666/pytorch-gan-collections
PyTorch implementation of DCGAN, WGAN-GP and SNGAN.
mo666666/pytorch-wgan
Pytorch implementation of DCGAN, WGAN-CP, WGAN-GP
mo666666/pytorch_GAN_zoo
A mix of GAN implementations including progressive growing
mo666666/robustbench
RobustBench: a standardized adversarial robustness benchmark [arXiv, Oct 2020]
mo666666/software_development_team_1
This is a repository of software development team 1, we decide to develop a website.
mo666666/stylegan2-ada
StyleGAN2 with adaptive discriminator augmentation (ADA) - Official TensorFlow implementation
mo666666/TRADES
TRADES (TRadeoff-inspired Adversarial DEfense via Surrogate-loss minimization)
mo666666/Transformer-Explainability
[CVPR 2021] Official PyTorch implementation for Transformer Interpretability Beyond Attention Visualization, a novel method to visualize classifications by Transformer based networks.
mo666666/vit-pytorch
Implementation of Vision Transformer, a simple way to achieve SOTA in vision classification with only a single transformer encoder, in Pytorch