Commit d031d80a authored by Remi Cresson's avatar Remi Cresson
Browse files

TEST: add testing for extra outputs

1 merge request!96Draft: Model output autonaming
Pipeline #49352 failed with stages
in 19 minutes
Showing with 2 additions and 1 deletion
+2 -1
...@@ -10,7 +10,8 @@ from otbtf.examples.tensorflow_v2x.fcnn import train_from_tfrecords ...@@ -10,7 +10,8 @@ from otbtf.examples.tensorflow_v2x.fcnn import train_from_tfrecords
from otbtf.examples.tensorflow_v2x.fcnn.fcnn_model import INPUT_NAME, \ from otbtf.examples.tensorflow_v2x.fcnn.fcnn_model import INPUT_NAME, \
OUTPUT_SOFTMAX_NAME, OUTPUT_ARGMAX_NAME, TARGET_NAME OUTPUT_SOFTMAX_NAME, OUTPUT_ARGMAX_NAME, TARGET_NAME
from otbtf.model import cropped_tensor_name from otbtf.model import cropped_tensor_name
from test_utils import resolve_paths, files_exist, run_command_and_compare from test_utils import resolve_paths, files_exist, run_command_and_compare, \
run_command_and_test_exist
INFERENCE_MAE_TOL = 10.0 # Dummy value: we don't really care of the mae value but rather the image size etc INFERENCE_MAE_TOL = 10.0 # Dummy value: we don't really care of the mae value but rather the image size etc
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment