File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 24
24
/* !
25
25
* @file main.cpp
26
26
* @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.
28
28
* The EfficientNet model should be downloaded running create_model.py
29
29
* @author Florian
30
30
* @author Sergio Izquierdo
Original file line number Diff line number Diff line change 24
24
/* !
25
25
* @file main.cpp
26
26
* @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
28
28
* in saved model format and runs it with dummy data
29
29
* @author Florian
30
30
* @author Sergio Izquierdo
You can’t perform that action at this time.
0 commit comments