nblt's Stars
huggingface/transformers
🤗 Transformers: State-of-the-art Machine Learning for Pytorch, TensorFlow, and JAX.
facebookresearch/fairseq
Facebook AI Research Sequence-to-Sequence Toolkit written in Python.
microsoft/LoRA
Code for loralib, an implementation of "LoRA: Low-Rank Adaptation of Large Language Models"
CuriousAI/mean-teacher
A state-of-the-art semi-supervised method for image recognition
jiaweizzhao/GaLore
GaLore: Memory-Efficient LLM Training by Gradient Low-Rank Projection
caiyuanhao1998/MST
A toolbox for spectral compressive imaging reconstruction including MST (CVPR 2022), CST (ECCV 2022), DAUHST (NeurIPS 2022), BiSCI (NeurIPS 2023), HDNet (CVPR 2022), MST++ (CVPRW 2022), etc.
noahgolmant/pytorch-hessian-eigenthings
Efficient PyTorch Hessian eigendecomposition tools!
aisingapore/sealion
South-East Asia Large Language Models
MCG-NJU/MOC-Detector
[ECCV 2020] Actions as Moving Points
caiyuanhao1998/PNGAN
"Learning to Generate Realistic Noisy Images via Pixel-level Noise-aware Adversarial Training" (NeurIPS 2021)
bwconrad/vit-finetune
Fine-tuning Vision Transformers on various classification datasets
ZhenYangIACAS/WeTS
A benchmark for the task of translation suggestion
Baijiong-Lin/LoRA-Torch
PyTorch Reimplementation of LoRA (featuring with supporting nn.MultiheadAttention)
nblt/DLDR
[TPAMI 2023] Low Dimensional Landscape Hypothesis is True: DNNs can be Trained in Tiny Subspaces
nblt/Sub-AT
[CVPR 2022 oral] Subspace Adversarial Training
nblt/TWA
[ICLR 2023] Trainable Weight Averaging: Efficient Training by Optimizing Historical Solutions
nblt/F-SAM
[CVPR 2024] Friendly Sharpness-Aware Minimization
val-iisc/NuAT
Towards Efficient and Effective Adversarial Training, NeurIPS 2021
devansh20la/LPF-SGD
cychomatica/One-Pixel-Shotcut
One-Pixel Shortcut: on the Learning Preference of Deep Neural Networks (ICLR 2023 Spotlight)
ywher/TUFL
The implementation of my paper "Threshold-adaptive Unsupervised Focal Loss for Domain Adaptation of Semantic Segmentation"
nblt/RWP
ywher/SS-ADA
The official code for my paper SS-ADA
fanghenshaometeor/vanilla-adversarial-training
vanilla training and adversarial training in PyTorch
nblt/mARWP
[TMLR 2024] Revisiting Random Weight Perturbation for Efficiently Improving Generalization
fanghenshaometeor/Circular-teaching
Codes for circular-teaching [working in progress...]
TrustAIoT/CR-SAM
Code for AAAI 2024 paper: CR-SAM: Curvature Regularized Sharpness-Aware Minimization
fanghenshaometeor/Orthogonal-Multi-Path
This is an old version code for the paper Learn Robust Features via Orthogonal Multi-Path (https://arxiv.org/abs/2010.12190v1).
CoinCheung/mixMatch
Pytorch reproduction of the experiment in the paper of MixMatch.