Gradients do not exist for variables?
问题 How can I fix error shown below? The input and output shape is supposed to be consist of 1 or -1. Here is my code: #Data Input main_input=Input(shape=(2*N_c),name='main_input') encoding_x=Dense(2*N_c,activation='relu',name='input_layer')(main_input) #Channel Input # channel_input=Input(shape=(4,),dtype='complex64',name='channel_input') channel_input = Lambda(set_channel2)(encoding_x) padded_channel = Lambda(z_padding,name='ppading_layerddddd')(channel_input) ffted_channel = Lambda(ffting,name