buriburisuri / sugartensor

A slim tensorflow wrapper that provides syntactic sugar for tensor variables. This library will be helpful for practical deep learning researchers not beginners.
MIT License
372 stars 63 forks source link

Update sg_main.py #27

Open raingo opened 7 years ago

raingo commented 7 years ago
with tf.sg_context(reuse=False):
   with tf.sg_context(reuse=True):
       # should have reuse=True here