Skip to content

Instantly share code, notes, and snippets.

@eustin
Created June 8, 2020 03:24
Show Gist options
  • Save eustin/86b923c6ca8c419dd71dc16b09a14bdf to your computer and use it in GitHub Desktop.
Save eustin/86b923c6ca8c419dd71dc16b09a14bdf to your computer and use it in GitHub Desktop.
import random
random.seed(1)
import numpy as np
np.random.seed(1)
import itertools
import matplotlib.pyplot as plt
plt.style.use('ggplot')
import tensorflow as tf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment