Commit 25cb6a2a authored by Cresson Remi's avatar Cresson Remi
Browse files

Merge branch 'release_3.3.0_ci_hotfix' into 'develop'

CI Hotfix

See merge request !53
2 merge requests!54Release 3.3.0,!53CI Hotfix
Pipeline #38069 passed with stages
in 14 minutes and 17 seconds
Showing with 0 additions and 2 deletions
+0 -2
...@@ -46,7 +46,6 @@ docker image: ...@@ -46,7 +46,6 @@ docker image:
stage: Build stage: Build
except: except:
- develop - develop
- master
script: script:
- > - >
docker build docker build
......
...@@ -165,4 +165,3 @@ class ModelBase(abc.ABC): ...@@ -165,4 +165,3 @@ class ModelBase(abc.ABC):
model_simplified = tensorflow.keras.Model(inputs=inputs, outputs=outputs, model_simplified = tensorflow.keras.Model(inputs=inputs, outputs=outputs,
name=self.__class__.__name__ + '_simplified') name=self.__class__.__name__ + '_simplified')
tensorflow.keras.utils.plot_model(model_simplified, output_path) tensorflow.keras.utils.plot_model(model_simplified, output_path)
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