We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8256c2f commit 699c8c8Copy full SHA for 699c8c8
saved-models/advanced-keras-saving/keras-to-tfjs/VGG16.py
@@ -1,4 +1,4 @@
1
import keras
2
import tensorflowjs as tfjs
3
-tempModel = keras.applications.densenet.vgg16.VGG16()
+tempModel = keras.applications.vgg16.VGG16()
4
tfjs.converters.save_keras_model(tempModel,'tfjs-model')
0 commit comments