Skip to content
Snippets Groups Projects
Commit 6937f7f1 authored by Luc Giffon's avatar Luc Giffon
Browse files

fix useles space

parent ae6f8ec4
No related branches found
No related tags found
No related merge requests found
......@@ -248,8 +248,6 @@ def replace_nan(tensor):
return tf.where(tf.is_nan(tensor), tf.zeros_like(tensor), tensor)
if __name__ == "__main__":
X_train = np.arange(12)
Y_train = np.array(["a", "b", "c", "d", "e", "f", "g", "h", "i", "j", "k", "l", "m", "n", "o", "p"])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment