Skip to content

Commit 8e44445

Browse files
Remove double comments
1 parent 8a24f3b commit 8e44445

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

backend/backend.py

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727
modelIBM.label("Therefore fixed punishment will")
2828

2929
modelCombo = Model("COMBO.h5")
30-
# # We must call this cause of a keras bug
31-
# # https://github.com/keras-team/keras/issues/2397
30+
# We must call this cause of a keras bug
31+
# https://github.com/keras-team/keras/issues/2397
3232
modelCombo.label("Therefore fixed punishment will")
3333

3434
modelES = Model("ES.h5")
@@ -37,18 +37,18 @@
3737
modelES.label("Therefore fixed punishment will")
3838

3939
modelWD = Model("WD.h5")
40-
# # We must call this cause of a keras bug
41-
# # https://github.com/keras-team/keras/issues/2397
40+
# We must call this cause of a keras bug
41+
# https://github.com/keras-team/keras/issues/2397
4242
modelWD.label("Therefore fixed punishment will")
4343

4444
modelES_dep = Model("ES_dep.h5")
45-
# # We must call this cause of a keras bug
46-
# # https://github.com/keras-team/keras/issues/2397
45+
# We must call this cause of a keras bug
46+
# https://github.com/keras-team/keras/issues/2397
4747
modelES_dep.label("Therefore fixed punishment will")
4848

4949
modelWD_dep = Model("WD_dep.h5")
50-
# # We must call this cause of a keras bug
51-
# # https://github.com/keras-team/keras/issues/2397
50+
# We must call this cause of a keras bug
51+
# https://github.com/keras-team/keras/issues/2397
5252
modelWD_dep.label("Therefore fixed punishment will")
5353

5454
app = Flask(__name__)

0 commit comments

Comments
 (0)