Skip to content

Latest commit

 

History

History
52 lines (34 loc) · 1.14 KB

README.md

File metadata and controls

52 lines (34 loc) · 1.14 KB

Training RegNets for Tensorflow

Train the RegNet classifier model on Colab with Tensorflow API.

tf

Jupyter Notebook

You can train the RegNet model on your dataset. Click the button below to open it on Colab.

Open In Colab

Test Result

Some results from the training using RegNet are shown below. These results are for 3 class classification problems.

Confusion Matrix

0 27 1
0 74 5
0 73 6

example-result
Visual Results

References