Skip to content

Commit 234167b

Browse files
Add Google Colab links
1 parent 57bc2ef commit 234167b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
Unofficial implementation of MobileNetV3 architecture described in paper [Searching for MobileNetV3](https://arxiv.org/abs/1905.02244).
33
This repository contains [small](https://github.com/bisonai/mobilenetv3-tensorflow/blob/master/mobilenetv3_small.py) and [large](https://github.com/bisonai/mobilenetv3-tensorflow/blob/master/mobilenetv3_large.py) MobileNetV3 architecture implemented using TensforFlow with `tf.keras` API.
44

5+
## Google Colab
6+
* [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/drive/1RwQW05miWCO6MGELpst0yGaX4_IVm3rs) MNIST
7+
* [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/drive/1La-zZQ1wuwMNTvUnXLh4q8LN9I280dAB) CIFAR10
8+
59
## Requirements
610
* Python 3.6+
711
* TensorFlow 1.13+

0 commit comments

Comments
 (0)