Skip to content

Commit f1be192

Browse files
authored
Merge pull request huggingface#201 from sergiopaniego/semantic-segmentation-fine-tuning-inference
Add Notebook for Fine-Tuning Semantic Segmentation Models and Using the Inference API
2 parents ad278fa + 03774aa commit f1be192

File tree

3 files changed

+1990
-0
lines changed

3 files changed

+1990
-0
lines changed

notebooks/en/_toctree.yml

+2
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,8 @@
7070
title: Fine-tuning a Vision Transformer Model With a Custom Biomedical Dataset
7171
- local: fine_tuning_detr_custom_dataset
7272
title: Fine-Tuning Object Detection on a Custom Dataset, Deployment in Spaces, and Gradio API Integration
73+
- local: semantic_segmentation_fine_tuning_inference
74+
title: Fine-Tuning a Semantic Segmentation Model on a Custom Dataset and Usage via the Inference API
7375

7476
- title: Diffusion Recipes
7577
isExpanded: false

notebooks/en/index.md

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ Check out the recently added notebooks:
2222
- [Data analyst agent: get your data’s insights in the blink of an eye ✨](agent_data_analyst)
2323
- [Enhancing RAG Reasoning with Knowledge Graphs](rag_with_knowledge_graphs_neo4j)
2424
- [Fine-Tuning Object Detection on a Custom Dataset 🖼, Deployment in Spaces, and Gradio API Integration](fine_tuning_detr_custom_dataset)
25+
- [Fine-Tuning a Semantic Segmentation Model on a Custom Dataset and Usage via the Inference API](semantic_segmentation_fine_tuning_inference)
2526

2627

2728

notebooks/en/semantic_segmentation_fine_tuning_inference.ipynb

+1,987
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)