Skip to content

Commit b17ebca

Browse files
terrytangyuantonyyang-svail
authored andcommitted
Correct typo: submit -> summit (#807)
1 parent 5653d09 commit b17ebca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

doc/customized+model.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ SQLFlow enables SQL programs to call deep learning models defined in Python. Thi
77
Many deep leareners define models using Keras API or as an Estimator derived class.
88
We prefer [Keras](https://keras.io/) over [Estimator](https://www.tensorflow.org/guide/estimators) for some reasons:
99

10-
1. [TensorFlow Submit 2019](https://www.youtube.com/watch?v=k5c-vg4rjBw) announced that TensorFlow 2.x will closely integrate with Keras.
10+
1. [TensorFlow Dev Summit 2019](https://www.youtube.com/watch?v=k5c-vg4rjBw) announced that TensorFlow 2.x will closely integrate with Keras.
1111

1212
2. We found more documents about Keras than Estimator.
1313

0 commit comments

Comments
 (0)