Instructions to use DataScienceProject/CNN_And_ELA with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Keras
How to use DataScienceProject/CNN_And_ELA with Keras:
# Available backend options are: "jax", "torch", "tensorflow". import os os.environ["KERAS_BACKEND"] = "jax" import keras model = keras.saving.load_model("hf://DataScienceProject/CNN_And_ELA") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -109,7 +109,8 @@ recall = 0.8357
|
|
| 109 |
f1 = 0.8509
|
| 110 |
|
| 111 |
|
| 112 |
-
|
|
|
|
| 113 |
|
| 114 |
#### Summary
|
| 115 |
|
|
|
|
| 109 |
f1 = 0.8509
|
| 110 |
|
| 111 |
|
| 112 |
+
|
| 113 |
+

|
| 114 |
|
| 115 |
#### Summary
|
| 116 |
|