vieozhu's Stars
jwasham/coding-interview-university
A complete computer science study plan to become a software engineer.
facebookresearch/segment-anything
The repository provides code for running inference with the SegmentAnything Model (SAM), links for downloading the trained model checkpoints, and example notebooks that show how to use the model.
pytorch/examples
A set of examples around pytorch in Vision, Text, Reinforcement Learning, etc.
pytorch/vision
Datasets, Transforms and Models specific to Computer Vision
pybind/pybind11
Seamless operability between C++11 and Python
overleaf/overleaf
A web-based collaborative LaTeX editor
pytorch/tutorials
PyTorch tutorials.
lucidrains/PaLM-rlhf-pytorch
Implementation of RLHF (Reinforcement Learning with Human Feedback) on top of the PaLM architecture. Basically ChatGPT but with PaLM
DefTruth/lite.ai.toolkit
🛠 A lite C++ toolkit of 100+ Awesome AI models, support ORT, MNN, NCNN, TNN and TensorRT. 🎉🎉
pytorch/text
Models, data loaders and abstractions for language processing, powered by PyTorch
facebookresearch/vissl
VISSL is FAIR's library of extensible, modular and scalable components for SOTA Self-Supervised Learning with images.
LangLangShanDeNanKe/chatgpt
ChatGPT网址导航,分享免费好用AI网站!
KMnP/vpt
❄️🔥 Visual Prompt Tuning [ECCV 2022] https://arxiv.org/abs/2203.12119
THUDM/SwissArmyTransformer
SwissArmyTransformer is a flexible and powerful library to develop your own Transformer variants.
RL-VIG/LibFewShot
LibFewShot: A Comprehensive Library for Few-shot Learning. TPAMI 2023.
AntreasAntoniou/HowToTrainYourMAMLPytorch
The original code for the paper "How to train your MAML" along with a replication of the original "Model Agnostic Meta Learning" (MAML) paper in Pytorch.
google-research/meta-dataset
A dataset of datasets for learning to learn from few examples
itrump/ssfree
provide shadowsocks free tutorial and free account
google-research/task_adaptation
hjbahng/visual_prompting
Exploring Visual Prompts for Adapting Large-Scale Models
charlotteLive/pybind11-Chinese-docs
pybind11中文文档(个人翻译)
hushell/pmf_cvpr22
VICO-UoE/URL
Universal Representation Learning from Multiple Domains for Few-shot Classification - ICCV 2021, Cross-domain Few-shot Learning with Task-specific Adapters - CVPR 2022
jd-opensource/TeD-Q
TeD-Q (Tensor-network enhanced Distributed Quantum) is a tensor network enhanced distributed hybrid quantum machine learning framework.
mboudiaf/pytorch-meta-dataset
A non-official 100% PyTorch implementation of META-DATASET benchmark for few-shot classification
Han-Jia/UNICORN-MAML
PyTorch implementation of "How to Train Your MAML to Excel in Few-Shot Classification"
Haoqing-Wang/CPNWCP
[ECCV 2022] Contrastive Prototypical Network with Wasserstein Confidence Penalty
sahamrit/HowToTrainYourMAMLPytorch
lightjiang/my_pkg
This is a piece of source code of my blog which is about how to cmake a python file in ros system.
vieozhu/SimCLR
PyTorch implementation of SimCLR: A Simple Framework for Contrastive Learning of Visual Representations