Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
earthpulse committed Jan 24, 2024
1 parent d3f6974 commit 90fb684
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 18 deletions.
18 changes: 0 additions & 18 deletions tutorials/usecases/useCaseD/03_training.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
43 changes: 43 additions & 0 deletions tutorials/usecases/useCaseD/04_model_ingestion.ipynb
Original file line number Diff line number Diff line change
@@ -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
}

0 comments on commit 90fb684

Please sign in to comment.