Skip to content

Latest commit

 

History

History
23 lines (11 loc) · 1.36 KB

File metadata and controls

23 lines (11 loc) · 1.36 KB

Computer_Vision

This repository includes the code of Computer Vision, such as Image segmentation, Contrastive Learning, Clip, Vision Transformer, Huggingface Tutorial for NLP, Reinforcement Learning, and so on. The code is implemented by Tensorflow and mainly focuses on Pytorch. If you like it, please give me a star, thanks!

  1. We have the FCN(Fully Convolutional Network) example for Segmentations

123

  1. MoCo for Contrastive Learning

    2.1 Clip also for Contrastive Learning

123

  1. VAE(Variational autoencoder) for Image Generations

123

  1. Huggingface Tutorial for Basic NLP Training knowledge

  2. Reinforcement Learning for Q-learning and Sarsa