Screenshot-to-code icon indicating copy to clipboard operation
Screenshot-to-code copied to clipboard

ValueError: GRU(reset_after=False) is not compatible with GRU(reset_after=True)

Open SmartManoj opened this issue 5 years ago • 1 comments

Stack Overflow https://stackoverflow.com/questions/63630129/valueerror-grureset-after-false-is-not-compatible-with-grureset-after-true

SmartManoj avatar Aug 29 '20 02:08 SmartManoj

Modify the data generator function as: yield ([array(Ximages), array(XSeq)], array(y)) instead of yield [[array(Ximages), array(XSeq)], array(y)]

Reference: https://github.com/tensorflow/tensorflow/issues/42038

PaulGwamanda avatar Jan 05 '21 17:01 PaulGwamanda