Instructions to use none-yet/SelfDriving with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Keras
How to use none-yet/SelfDriving with Keras:
# Available backend options are: "jax", "torch", "tensorflow". import os os.environ["KERAS_BACKEND"] = "jax" import keras model = keras.saving.load_model("hf://none-yet/SelfDriving") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -72,7 +72,7 @@ with torch.no_grad():
|
|
| 72 |
output = model(image_tensor)
|
| 73 |
print("Predicted control outputs:", output)
|
| 74 |
```
|
| 75 |
-
|
| 76 |
## Applications
|
| 77 |
- Autonomous driving
|
| 78 |
- Driver assistance systems
|
|
|
|
| 72 |
output = model(image_tensor)
|
| 73 |
print("Predicted control outputs:", output)
|
| 74 |
```
|
| 75 |
+
PS: this is an arbitary code, edit this
|
| 76 |
## Applications
|
| 77 |
- Autonomous driving
|
| 78 |
- Driver assistance systems
|