Instructions to use cmudrc/microstructure-colorization with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- TF-Keras
How to use cmudrc/microstructure-colorization 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("cmudrc/microstructure-colorization") - Notebooks
- Google Colab
- Kaggle
Set `library_name` to `tf-keras`. (#1)
Browse files- Set `library_name` to `tf-keras`. (5bf30d743bc50120e71f25bc0d36b656c24f0455)
Co-authored-by: Lucain Pouget <Wauplin@users.noreply.huggingface.co>
README.md
CHANGED
|
@@ -1,12 +1,11 @@
|
|
| 1 |
---
|
|
|
|
|
|
|
|
|
|
| 2 |
license: mit
|
| 3 |
-
|
| 4 |
tags:
|
| 5 |
-
- keras
|
| 6 |
- engineering
|
| 7 |
- science
|
| 8 |
- mechanics
|
| 9 |
-
pipeline_tag: image-to-image
|
| 10 |
-
datasets: cmudrc/porous-microstructure-strain-fields
|
| 11 |
-
language: en
|
| 12 |
---
|
|
|
|
| 1 |
---
|
| 2 |
+
datasets: cmudrc/porous-microstructure-strain-fields
|
| 3 |
+
language: en
|
| 4 |
+
library_name: tf-keras
|
| 5 |
license: mit
|
| 6 |
+
pipeline_tag: image-to-image
|
| 7 |
tags:
|
|
|
|
| 8 |
- engineering
|
| 9 |
- science
|
| 10 |
- mechanics
|
|
|
|
|
|
|
|
|
|
| 11 |
---
|