Skip to content

Commit 9d5137f

Browse files
authored
Merge branch 'master' into master
2 parents 7a39f57 + 39fdbd3 commit 9d5137f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/efficientnet/main.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
/*!
2525
* @file main.cpp
2626
* @brief Run EfficientNet on a cat image as an example.
27-
* @details Run an EfficientNet model on a cat image and print the result.
27+
* @details Run an EfficientNet model on a cat image and print the result.
2828
* The EfficientNet model should be downloaded running create_model.py
2929
* @author Florian
3030
* @author Sergio Izquierdo

examples/multi_input_output/main.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
/*!
2525
* @file main.cpp
2626
* @brief Loads a saved multi input/output model and runs it with dummy data
27-
* @details Loads a simple Keras model with multiple inputs and outputs saved
27+
* @details Loads a simple Keras model with multiple inputs and outputs saved
2828
* in saved model format and runs it with dummy data
2929
* @author Florian
3030
* @author Sergio Izquierdo

0 commit comments

Comments
 (0)