video_prediction icon indicating copy to clipboard operation
video_prediction copied to clipboard

Training error

Open sb93 opened this issue 4 years ago • 4 comments

I'm trying to train the SAVP model on the BAIR action-free dataset but keep running into this error 'TypeError: tf____call__() missing 1 required positional argument: 'state'.' Please tell me how I can fix this.

sb93 avatar May 26 '20 22:05 sb93

Hi @sb93, did you solve the issue?

BenQLange avatar Aug 26 '20 14:08 BenQLange

Downgrading to tf 1.10 fixes it.

BenQLange avatar Aug 31 '20 15:08 BenQLange

Thank you. Will try this.

sb93 avatar Sep 01 '20 13:09 sb93

Downgrading to tf 1.10 fixed it. Had the same issue.

Berndinio avatar Oct 11 '20 21:10 Berndinio