Dengqing
Results
2
issues of
Dengqing
Hello, If the input is list of tensors, how to use TimeDistributed(model)(input)? Below is my code: input_rois = KL.Input(shape=[200, 4], name="rois") input_maps_0 = KL.Input(shape=[256, 256, 256], name="maps_0") input_maps_1 = KL.Input(shape=[128,...