-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from tornado-prediction/keras3
Keras3 Updates
- Loading branch information
Showing
46 changed files
with
1,618 additions
and
773 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,3 +5,5 @@ __pycache__/ | |
*.egg-info | ||
experiments/ | ||
lightning_logs/ | ||
tornado_baseline* | ||
tornet_baseline* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
Pretrained models can be downloaded from huggingface | ||
https://huggingface.co/tornet-ml/tornado_detector_baseline_v1 | ||
|
||
or accessed using the huggingface api: (assumes `tornet` is in your path) | ||
|
||
```python | ||
from huggingface_hub import hf_hub_download | ||
trained_model = hf_hub_download(repo_id="tornet-ml/tornado_detector_baseline_v1", | ||
filename="tornado_detector_baseline.keras") | ||
model = keras.saving.load_model(trained_model,compile=False) | ||
``` |
This file was deleted.
Oops, something went wrong.
49 changes: 0 additions & 49 deletions
49
models/tornado_detector_baseline.SavedModel/keras_metadata.pb
This file was deleted.
Oops, something went wrong.
Binary file not shown.
Binary file removed
BIN
-17.7 MB
models/tornado_detector_baseline.SavedModel/variables/variables.data-00000-of-00001
Binary file not shown.
Binary file removed
BIN
-1.81 KB
models/tornado_detector_baseline.SavedModel/variables/variables.index
Binary file not shown.
Oops, something went wrong.