How to print the values of a symbolic tensor in tensorflow 2.0?

前端 未结 0 565
滥情空心
滥情空心 2020-12-06 15:55

I am using tensorflow2.0. The code I am using is this:

f_1 = ConvLSTM2D(filters=25, kernel_size=(1,1), input_shape=(None,None,25,1,3), return_sequences=True)(         


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