changed model weights file name
Browse files
README.md
CHANGED
|
@@ -59,7 +59,7 @@ inputs = [
|
|
| 59 |
tf.constant([[320, 320]]), # shape
|
| 60 |
]
|
| 61 |
model(inputs)
|
| 62 |
-
model.load_weights('
|
| 63 |
```
|
| 64 |
|
| 65 |
Using the model is then as simple as:
|
|
|
|
| 59 |
tf.constant([[320, 320]]), # shape
|
| 60 |
]
|
| 61 |
model(inputs)
|
| 62 |
+
model.load_weights('model_weights.h5')
|
| 63 |
```
|
| 64 |
|
| 65 |
Using the model is then as simple as:
|
xpdnet_sense_brain__af4_i25_compound_mssim_rf_smb_MWCNNmedium_1601987069-100.h5 → model_weights.h5
RENAMED
|
File without changes
|