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

Merge branch 'develop' into 'master'

Release 3.3.0

See merge request !54
1 merge request!54Release 3.3.0
Pipeline #38070 passed with stages
in 488 minutes and 32 seconds
Showing with 0 additions and 2 deletions
+0 -2
......@@ -46,7 +46,6 @@ docker image:
stage: Build
except:
- develop
- master
script:
- >
docker build
......
......@@ -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)
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