remove empty line
This commit is contained in:
parent
3e2c286936
commit
488fc4d19b
1 changed files with 0 additions and 1 deletions
|
@ -47,7 +47,6 @@ tbCallBack = keras.callbacks.TensorBoard(log_dir='./logs/{}'.format(random.randi
|
|||
if os.path.exists("model.hd5"):
|
||||
model = load_model("model.hd5")
|
||||
else:
|
||||
|
||||
model = Sequential()
|
||||
model.add(Dense(6, input_dim=6, activation='relu'))
|
||||
model.add(Dense(4, kernel_initializer='normal', activation='relu'))
|
||||
|
|
Reference in a new issue