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

AttributeError: 'FuncQueueRunner' object has no attribute '_runs' #6

Closed wandering007 closed 6 years ago

wandering007 commented 7 years ago

Got errors when training:

Exception in thread Thread-4:
Traceback (most recent call last):
  File "/usr/lib/python2.7/threading.py", line 810, in __bootstrap_inner
    self.run()
  File "/usr/lib/python2.7/threading.py", line 763, in run
    self.__target(*self.__args, **self.__kwargs)
  File "/usr/local/lib/python2.7/dist-packages/sugartensor/sg_queue.py", line 108, in _run
    self._runs -= 1
AttributeError: 'FuncQueueRunner' object has no attribute '_runs'
buriburisuri commented 7 years ago

@wandering007 fixed from ver 0.0.2.1