Pinned Repositories
adversarial-attacks-pytorch
PyTorch implementation of adversarial attacks.
DI-2-FGSM
Improving Transferability of Adversarial Examples with Input Diversity
gitskills
Hello-World
Long time no study
ICCV2021-Paper-Code-Interpretation
ICCV2021/2019/2017 论文/代码/解读/直播合集,极市团队整理
Kris-Lcq
Config files for my GitHub profile.
learngit
MMdnn
MMdnn is a set of tools to help users inter-operate among different deep learning frameworks. E.g. model conversion and visualization. Convert models between Caffe, Keras, MXNet, Tensorflow, CNTK, PyTorch Onnx and CoreML.
Patch-wise-iterative-attack
Patch-wise iterative attack (accepted by ECCV 2020) to improve the transferability of adversarial examples.
pytorch-image-models
PyTorch image models, scripts, pretrained weights -- ResNet, ResNeXT, EfficientNet, EfficientNetV2, NFNet, Vision Transformer, MixNet, MobileNet-V3/V2, RegNet, DPN, CSPNet, and more
Kris-Lcq's Repositories
Kris-Lcq/adversarial-attacks-pytorch
PyTorch implementation of adversarial attacks.
Kris-Lcq/DI-2-FGSM
Improving Transferability of Adversarial Examples with Input Diversity
Kris-Lcq/gitskills
Kris-Lcq/Hello-World
Long time no study
Kris-Lcq/ICCV2021-Paper-Code-Interpretation
ICCV2021/2019/2017 论文/代码/解读/直播合集,极市团队整理
Kris-Lcq/Kris-Lcq
Config files for my GitHub profile.
Kris-Lcq/learngit
Kris-Lcq/MMdnn
MMdnn is a set of tools to help users inter-operate among different deep learning frameworks. E.g. model conversion and visualization. Convert models between Caffe, Keras, MXNet, Tensorflow, CNTK, PyTorch Onnx and CoreML.
Kris-Lcq/Patch-wise-iterative-attack
Patch-wise iterative attack (accepted by ECCV 2020) to improve the transferability of adversarial examples.
Kris-Lcq/pytorch-image-models
PyTorch image models, scripts, pretrained weights -- ResNet, ResNeXT, EfficientNet, EfficientNetV2, NFNet, Vision Transformer, MixNet, MobileNet-V3/V2, RegNet, DPN, CSPNet, and more
Kris-Lcq/Targeted_Patch-wise-plusplus_iterative_attack
The extension of "Patch-wise Attack for Fooling Deep Neural Network (ECCV2020)", and we aim to boost the success rates of targeted attack.
Kris-Lcq/tf_to_pytorch_model
Convert tensorflow model to pytorch model via [MMdnn](https://github.com/microsoft/MMdnn) for adversarial attacks.
Kris-Lcq/Translation-Invariant-Attacks
The translation-invariant adversarial attack method to improve the transferability of adversarial examples.