Import libs


In [1]:
import moviepy.editor as mpe
import numpy as np
import numpy.random
import os.path
import scipy.misc
import tensorflow as tf


---------------------------------------------------------------------------
ImportError                               Traceback (most recent call last)
<ipython-input-1-03a777aaf846> in <module>()
      4 import os.path
      5 import scipy.misc
----> 6 import tensorflow as tf

ImportError: No module named 'tensorflow'

In [2]:
FLAGS = tf.app.flags.FLAGS


---------------------------------------------------------------------------
NameError                                 Traceback (most recent call last)
<ipython-input-2-9f97d8b4120f> in <module>()
----> 1 FLAGS = tf.app.flags.FLAGS

NameError: name 'tf' is not defined

Create an image sequence of the images dumped by the algorithm during training