sequence_gan icon indicating copy to clipboard operation
sequence_gan copied to clipboard

No attribute unpack

Open faizann24 opened this issue 8 years ago • 0 comments

I just installed the latest tensor flow from the website and tried running the demo script. Here's the error.

Traceback (most recent call last): File "simple_demo.py", line 110, in main() File "simple_demo.py", line 92, in main trainable_model = get_trainable_model() File "simple_demo.py", line 43, in get_trainable_model learning_rate=LEARNING_RATE) File "/home/faizan/sequence_gan/model.py", line 72, in init samples = samples.unpack(self.samples) AttributeError: 'TensorArray' object has no attribute 'unpack'

Any help?

faizann24 avatar Feb 19 '17 03:02 faizann24