SyntaxFix
Write A Post
Hire A Developer
Questions
Just import tensortflow and use keras, it's that easy.
import tensorflow as tf # your code here with tf.device('/gpu:0'): model.fit(X, y, epochs=20, batch_size=128, callbacks=callbacks_list)