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
Update README.md
Browse files
README.md
CHANGED
|
@@ -8,5 +8,6 @@ tags:
|
|
| 8 |
- science
|
| 9 |
- mechanics
|
| 10 |
pipeline_tag: image-to-image
|
|
|
|
| 11 |
language: en
|
| 12 |
---
|
|
|
|
| 8 |
- science
|
| 9 |
- mechanics
|
| 10 |
pipeline_tag: image-to-image
|
| 11 |
+
datasets: cmudrc/porous-microstructure-strain-fields
|
| 12 |
language: en
|
| 13 |
---
|