Instructions to use keras-io/bit with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- TF-Keras
How to use keras-io/bit with TF-Keras:
# Note: 'keras<3.x' or 'tf_keras' must be installed (legacy) # See https://github.com/keras-team/tf-keras for more details. from huggingface_hub import from_pretrained_keras model = from_pretrained_keras("keras-io/bit") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -45,10 +45,13 @@ The `SCHEDULE_LENGTH` is aslo determined whether to use [MixUp Augmentation](htt
|
|
| 45 |

|
| 46 |
|
| 47 |
### Training results
|
|
|
|
| 48 |

|
| 49 |
|
| 50 |
<details>
|
|
|
|
| 51 |
<summary> View Model Plot </summary>
|
|
|
|
| 52 |

|
| 53 |
|
| 54 |
</details>
|
|
|
|
| 45 |

|
| 46 |
|
| 47 |
### Training results
|
| 48 |
+
|
| 49 |

|
| 50 |
|
| 51 |
<details>
|
| 52 |
+
|
| 53 |
<summary> View Model Plot </summary>
|
| 54 |
+
|
| 55 |

|
| 56 |
|
| 57 |
</details>
|