Commit ·
086c532
1
Parent(s): d8ffefa
Create README.md
Browse filesExport of DenseNet169, DenseNet201, and ResNet152 as tfjs binaries.
Exported from the corresponding Keras versions in https://www.tensorflow.org/api_docs/python/tf/keras/applications
README.md
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
language:
|
| 3 |
+
- en
|
| 4 |
+
pipeline_tag: image-classification
|
| 5 |
+
---
|
| 6 |
+
|
| 7 |
+
Export of DenseNet169, DenseNet201, and ResNet152 as tfjs binaries.
|
| 8 |
+
Exported from the corresponding Keras versions in https://www.tensorflow.org/api_docs/python/tf/keras/applications
|