An open API service indexing awesome lists of open source software.

https://github.com/weiaicunzai/ssd-tensorflow

SSD: Single Shot MultiBox Detector TensorFlow implementation
https://github.com/weiaicunzai/ssd-tensorflow

ssd tensorflow vgg16

Last synced: 2 months ago
JSON representation

SSD: Single Shot MultiBox Detector TensorFlow implementation

Awesome Lists containing this project

README

        

# SimCLR

This is a Pytorch version implemenation of [A Simple Framework for Contrastive Learning of Visual Representations](https://arxiv.org/abs/2002.05709), the purpose of this repo is for learning purpose only.

## Requirement
Pytorch 1.8.2

Python 3.8.11