Skip to content

Commit

Permalink
Update slides.html
Browse files Browse the repository at this point in the history
Fix bioimageio.core CLI use
  • Loading branch information
FynnBe authored May 23, 2023
1 parent c958c18 commit 7dd4d8f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions topics/ai4life/tutorials/contribute-materials/slides.html
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

???
Expand Down Expand Up @@ -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.
---
---

0 comments on commit 7dd4d8f

Please sign in to comment.