Eagle's repositories

Language:Jupyter NotebookStargazers:0Issues:0Issues:0

CorruptionRobustness

We investigated corruption robustness across different architectures including Convolutional Neural Networks, Vision Transformers, and the MLP-Mixer.

Language:Jupyter NotebookStargazers:0Issues:0Issues:0

MoCo

A PyTorch implementation of MoCo based on CVPR 2020 paper "Momentum Contrast for Unsupervised Visual Representation Learning"

Language:PythonStargazers:0Issues:0Issues:0

Patch-Fool

[ICLR 2022] "Patch-Fool: Are Vision Transformers Always Robust Against Adversarial Perturbations?" by Yonggan Fu, Shunyao Zhang, Shang Wu, Cheng Wan, Yingyan Lin

Language:PythonLicense:MITStargazers:0Issues:0Issues:0

pytorch-lightning-template

An easy/swift-to-adapt PyTorch-Lighting template. 套壳模板,简单易用,稍改原来Pytorch代码,即可适配Lightning。You can translate your previous Pytorch code much easier using this template, and keep your freedom to edit all the functions as well. Big-project-friendly as well.

Language:Jupyter NotebookLicense:Apache-2.0Stargazers:0Issues:0Issues:0

Rickrolling-the-Artist

Source code for our paper "Rickrolling the Artist: Injecting Invisible Backdoors into Text-Guided Image Generation Models".

Language:PythonLicense:MITStargazers:0Issues:0Issues:0

scenic

Scenic: A Jax Library for Computer Vision Research and Beyond

Language:PythonLicense:Apache-2.0Stargazers:0Issues:0Issues:0

SimCLR

A PyTorch implementation of SimCLR based on ICML 2020 paper "A Simple Framework for Contrastive Learning of Visual Representations"

Language:PythonStargazers:0Issues:0Issues:0

SimSiam

A PyTorch implementation of SimSiam based on CVPR 2021 paper "Exploring Simple Siamese Representation Learning"

Language:PythonStargazers:0Issues:0Issues:0

StreamingCNN

To train deep convolutional neural networks, the input data and the activations need to be kept in memory. Given the limited memory available in current GPUs, this limits the maximum dimensions of the input data. Here we demonstrate a method to train convolutional neural networks while holding only parts of the image in memory.

Language:Jupyter NotebookLicense:MITStargazers:0Issues:0Issues:0

vision-transformers-cifar10

Let's train vision transformers (ViT) for cifar 10!

Language:PythonLicense:MITStargazers:0Issues:0Issues:0