Hello World. This is a sanity check for Kill theAI website just to check that the comments and plugins are working. Below is the simple Hello World code to check that a TensorFlow environment has been setup properly.
import tensorflow as tf
print("TensorFlow version:", tf.__version__)
Leave a Reply