https://github.com/yeonghyeon/repvgg-tf2
https://github.com/yeonghyeon/repvgg-tf2
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/yeonghyeon/repvgg-tf2
- Owner: YeongHyeon
- License: mit
- Created: 2021-01-15T08:16:30.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-06-17T18:41:33.000Z (over 4 years ago)
- Last Synced: 2023-04-30T10:40:45.846Z (over 2 years ago)
- Language: Python
- Size: 146 KB
- Stars: 14
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.