Understanding the implementation of ConvLSTM in tensorflow

前端 未结 0 1421
猫巷女王i
猫巷女王i 2020-12-28 08:16

In the tensorflow implementation of convLSTM cell the following lines of code are written as:

    x_i = self.input_conv(inputs_i, kernel_i, bias_i, padding=se         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题