Skip to content

Commit fd4dfab

Browse files
author
Cresson Remi
committed
Merge branch 'develop' into 'master'
Release 3.3.0 See merge request remi.cresson/otbtf!54
2 parents b124a93 + 25cb6a2 commit fd4dfab

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.gitlab-ci.yml

-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ docker image:
4646
stage: Build
4747
except:
4848
- develop
49-
- master
5049
script:
5150
- >
5251
docker build

otbtf/model.py

-1
Original file line numberDiff line numberDiff line change
@@ -165,4 +165,3 @@ def plot(self, output_path, strategy=None):
165165
model_simplified = tensorflow.keras.Model(inputs=inputs, outputs=outputs,
166166
name=self.__class__.__name__ + '_simplified')
167167
tensorflow.keras.utils.plot_model(model_simplified, output_path)
168-

0 commit comments

Comments
 (0)