Spaces:
Sleeping
Sleeping
Commit ·
0a01a25
1
Parent(s): 2eb7f38
updates
Browse files
app.py
CHANGED
|
@@ -13,7 +13,7 @@ from official.projects.movinet.modeling import movinet
|
|
| 13 |
from official.projects.movinet.modeling import movinet_model_a2_modified as movinet_model_modified
|
| 14 |
|
| 15 |
|
| 16 |
-
movinet_path = '
|
| 17 |
movinet_model = tf_keras.models.load_model(movinet_path)
|
| 18 |
movinet_model.trainable = False
|
| 19 |
|
|
|
|
| 13 |
from official.projects.movinet.modeling import movinet_model_a2_modified as movinet_model_modified
|
| 14 |
|
| 15 |
|
| 16 |
+
movinet_path = 'movinet_checkpoints_a2_epoch9'
|
| 17 |
movinet_model = tf_keras.models.load_model(movinet_path)
|
| 18 |
movinet_model.trainable = False
|
| 19 |
|