Skip to content

Commit

Permalink
Merge branch 'master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
serizba authored Sep 23, 2022
2 parents 7a39f57 + 39fdbd3 commit 9d5137f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/efficientnet/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
/*!
* @file main.cpp
* @brief Run EfficientNet on a cat image as an example.
* @details Run an EfficientNet model on a cat image and print the result.
* @details Run an EfficientNet model on a cat image and print the result.
* The EfficientNet model should be downloaded running create_model.py
* @author Florian
* @author Sergio Izquierdo
Expand Down
2 changes: 1 addition & 1 deletion examples/multi_input_output/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
/*!
* @file main.cpp
* @brief Loads a saved multi input/output model and runs it with dummy data
* @details Loads a simple Keras model with multiple inputs and outputs saved
* @details Loads a simple Keras model with multiple inputs and outputs saved
* in saved model format and runs it with dummy data
* @author Florian
* @author Sergio Izquierdo
Expand Down

0 comments on commit 9d5137f

Please sign in to comment.