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

https://github.com/yeonghyeon/repvgg-tf2


https://github.com/yeonghyeon/repvgg-tf2

Last synced: 6 months ago
JSON representation

Awesome Lists containing this project

README

          

[TensorFlow 2] RepVGG: Making VGG-style ConvNets Great Again
=====

TensorFlow implementation of "RepVGG: Making VGG-style ConvNets Great Again"

## Concept



Sketch of the RegNet [1].


## Performance

|Indicator|Value|
|:---|:---:|
|Accuracy|0.-----|
|Precision|0.-----|
|Recall|0.-----|
|F1-Score|0.-----|

```
```

## Requirements
* Python 3.7.6
* Tensorflow 2.1.0
* Keras 2.3.1
* Numpy 1.18.1
* Matplotlib 3.1.3

## Reference
[1] Xiaohan Ding et al. (2021). RepVGG: Making VGG-style ConvNets Great Again. arXiv preprint arXiv:2101.03697.