Skip to content

Commit cc95cd5

Browse files
authored
Create MobileNetV2.py
1 parent a77785a commit cc95cd5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
import keras
2+
import tensorflowjs as tfjs
3+
tempModel = keras.applications.mobilenet_v2.MobileNetV2()
4+
tfjs.converters.save_keras_model(tempModel,'tfjs-model')

0 commit comments

Comments
 (0)