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

STYLE: pylint

2 merge requests!54Release 3.3.0,!53CI Hotfix
Pipeline #38066 passed with stages
in 102 minutes and 17 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