Skip to content
Snippets Groups Projects
Commit 31033bfe authored by Michael Langguth's avatar Michael Langguth
Browse files

Remove sequence_length from initialization argument-list of convLSTM-network.

parent 36427a2f
Branches
Tags
No related merge requests found
Pipeline #68247 passed
......@@ -22,7 +22,7 @@ from model_modules.video_prediction.layers.BasicConvLSTMCell import BasicConvLST
from tensorflow.contrib.training import HParams
class VanillaConvLstmVideoPredictionModel(object):
def __init__(self, sequence_length, mode='train', hparams_dict=None):
def __init__(self, mode='train', hparams_dict=None):
"""
This is class for building convLSTM architecture by using updated hparameters
args:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment