Skip to content
Snippets Groups Projects

CI Hotfix

Merged Cresson Remi requested to merge release_3.3.0_ci_hotfix into develop
2 files
+ 0
2
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 0
1
@@ -165,4 +165,3 @@ class ModelBase(abc.ABC):
model_simplified = tensorflow.keras.Model(inputs=inputs, outputs=outputs,
name=self.__class__.__name__ + '_simplified')
tensorflow.keras.utils.plot_model(model_simplified, output_path)
Loading