From 90fb68490324846705150e2faa42b7e37a672542 Mon Sep 17 00:00:00 2001 From: Juan Sensio Date: Wed, 24 Jan 2024 09:57:21 +0100 Subject: [PATCH] update --- tutorials/usecases/useCaseD/03_training.ipynb | 18 -------- .../useCaseD/04_model_ingestion.ipynb | 43 +++++++++++++++++++ ...earning.ipynb => 05_active_learning.ipynb} | 0 3 files changed, 43 insertions(+), 18 deletions(-) create mode 100644 tutorials/usecases/useCaseD/04_model_ingestion.ipynb rename tutorials/usecases/useCaseD/{04_active_learning.ipynb => 05_active_learning.ipynb} (100%) diff --git a/tutorials/usecases/useCaseD/03_training.ipynb b/tutorials/usecases/useCaseD/03_training.ipynb index 4804761a..ffd9b859 100644 --- a/tutorials/usecases/useCaseD/03_training.ipynb +++ b/tutorials/usecases/useCaseD/03_training.ipynb @@ -8,24 +8,6 @@ "source": [ "# show how to train a model with the dataset" ] - }, - { - "cell_type": "code", - "execution_count": 2, - "metadata": {}, - "outputs": [], - "source": [ - "# show how to ingest the trained model to eotdl" - ] - }, - { - "cell_type": "code", - "execution_count": 3, - "metadata": {}, - "outputs": [], - "source": [ - "# show how to convert and ingest q2 model using eotdl" - ] } ], "metadata": { diff --git a/tutorials/usecases/useCaseD/04_model_ingestion.ipynb b/tutorials/usecases/useCaseD/04_model_ingestion.ipynb new file mode 100644 index 00000000..a8c6952c --- /dev/null +++ b/tutorials/usecases/useCaseD/04_model_ingestion.ipynb @@ -0,0 +1,43 @@ +{ + "cells": [ + { + "cell_type": "code", + "execution_count": 2, + "metadata": {}, + "outputs": [], + "source": [ + "# show how to ingest the trained model to eotdl" + ] + }, + { + "cell_type": "code", + "execution_count": 3, + "metadata": {}, + "outputs": [], + "source": [ + "# show how to convert and ingest q2 model using eotdl" + ] + } + ], + "metadata": { + "kernelspec": { + "display_name": "eotdl", + "language": "python", + "name": "python3" + }, + "language_info": { + "codemirror_mode": { + "name": "ipython", + "version": 3 + }, + "file_extension": ".py", + "mimetype": "text/x-python", + "name": "python", + "nbconvert_exporter": "python", + "pygments_lexer": "ipython3", + "version": "3.8.18" + } + }, + "nbformat": 4, + "nbformat_minor": 2 +} diff --git a/tutorials/usecases/useCaseD/04_active_learning.ipynb b/tutorials/usecases/useCaseD/05_active_learning.ipynb similarity index 100% rename from tutorials/usecases/useCaseD/04_active_learning.ipynb rename to tutorials/usecases/useCaseD/05_active_learning.ipynb