Skip to content

Instantly share code, notes, and snippets.

@eustin
Created May 25, 2020 22:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save eustin/375f4c35c0a164534f5af6ff3f99831c to your computer and use it in GitHub Desktop.
Save eustin/375f4c35c0a164534f5af6ff3f99831c to your computer and use it in GitHub Desktop.
import matplotlib.pyplot as plt
import numpy as np
import tensorflow as tf
sentence = "Snoopy is a beagle"
tokens = sentence.split(" ")
print(tokens)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment