In [4]:
import numpy as np
import tensorflow as tf

tf.reset_default_graph()
sess = tf.InteractiveSession()
tf.__version__


Out[4]:
'1.2.1'

In [9]:
import helpers as h


---------------------------------------------------------------------------
ModuleNotFoundError                       Traceback (most recent call last)
<ipython-input-9-6d4c4c871a72> in <module>()
----> 1 import helpers as h

ModuleNotFoundError: No module named 'helpers'

In [ ]:


In [ ]: