Keras
LiteRT
tensorflow
tensorflow-lite
int8
quantization
edge-ai
embedded-ml
radar
sensor-data
hyperparameter-tuning
Instructions to use enesor0/pulsar-radar with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Keras
How to use enesor0/pulsar-radar with Keras:
# Available backend options are: "jax", "torch", "tensorflow". import os os.environ["KERAS_BACKEND"] = "jax" import keras model = keras.saving.load_model("hf://enesor0/pulsar-radar") - Notebooks
- Google Colab
- Kaggle
Upload model.tflite with huggingface_hub
Browse files- model.tflite +3 -0
model.tflite
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fbf6f701475ecf0f5a067442c4234cb3a2d38c712383da959e92917af1e4a835
|
| 3 |
+
size 134976
|