'Unzip and load keras model python google colab
I'm trying to load and unzip a Keras model simulataneously in Google CoLab and have tried a few combinations, I need something like
my_model = tf.keras.models.load_model(unzip '../content/my_folder/my_model.zip')
but I get an invalid syntax error. How would I do this?
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
