Advertisement
rodolpheg

Untitled

Nov 23rd, 2020
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. from tensorflow.keras.utils import to_categorical
  2. y_cat_train = to_categorical(y_train)
  3. y_cat_test = to_categorical(y_test)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement