MethodcallRun one step of LSTM. Args: inputs: input Tensor, 2D, [batch, feature_size]. state: Tensor or tuple of Tensors, 2D, [batch, state_siz
code/gifqa/models/rnn_cell/rnn_cell.py:546
MethodcallRun one step of LSTM. Args: inputs: input Tensor, 2D, [batch, num_units]. state: tuple of Tensors, 2D, [batch, state_size]. Retu
code/gifqa/models/rnn_cell/rnn_cell.py:966
Methodeval(self, batch_iter, test_size, global_step=None, sess=None,
generate_results=False)
code/gifqa/models/frameqa_base.py:312
Methodeval(self, batch_iter, test_size, global_step=None, sess=None,
generate_results=False)
code/gifqa/models/count_base.py:304
Functionpad_video either Fill pad to video to have same length or if too long interpolate to max_length Pad in Left. video = [pad,..., pad, frm1, frm2, ...
code/gifqa/data_util/data_util.py:136