Skip to content

Commit 73fea48

Browse files
author
EmbraceLife
committedMay 13, 2017
edit on the conflict messages and add and commit
1 parent c2ec968 commit 73fea48

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed
 

‎kerasTUT/4-regressor_example.py

-5
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,7 @@
3030
# build a neural network from the 1st layer to the last layer
3131
model = Sequential()
3232
# update Dense arg 'units' here
33-
<<<<<<< HEAD
34-
model.add(Dense(units=1, input_dim=1))
35-
# new_change
36-
=======
3733
model.add(Dense(units=1, input_dim=1)) # edit same line1
38-
>>>>>>> kur_tutorials
3934

4035
# choose loss function and optimizing method
4136
model.compile(loss='mse', optimizer='sgd')

0 commit comments

Comments
 (0)
Please sign in to comment.