Jireh-Jam / RepVGG-TF2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[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.

About

License:MIT License


Languages

Language:Python 100.0%