From 7dd4d8f56ab6dc108f823203f2a73c72ab684be4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fynn=20Beuttenm=C3=BCller?= Date: Tue, 23 May 2023 21:32:49 +0200 Subject: [PATCH] Update slides.html Fix bioimageio.core CLI use --- topics/ai4life/tutorials/contribute-materials/slides.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/topics/ai4life/tutorials/contribute-materials/slides.html b/topics/ai4life/tutorials/contribute-materials/slides.html index 44915e1e76ba7..e7767895b6ab4 100644 --- a/topics/ai4life/tutorials/contribute-materials/slides.html +++ b/topics/ai4life/tutorials/contribute-materials/slides.html @@ -80,11 +80,11 @@ * Static Validation of the model format using the bioimage.core python library ``` -python bioimageio validate /../rdf.yaml +bioimageio validate /../rdf.yaml ``` * Dynamic Validation of the model's deployment ``` -python test_model --weights tensorflow_saved_model_bundle --device cpu /.../rdf.yaml +bioimageio test-model --weights tensorflow_saved_model_bundle --device cpu /.../rdf.yaml ``` ??? @@ -161,4 +161,4 @@ ??? Remember that you can always read our documentation or additional information on this topic or others in our resources. For example, you could check how to get most of your model documentation and considerations for the model description file. ---- \ No newline at end of file +---