self.combined is a single tensor which is passed to an nn.ReLU and should work.
However, I guess you are trying to assign the output to self.l1 which seems to be an nn.Module and which is wrong.
self.combined is a single tensor which is passed to an nn.ReLU and should work.
However, I guess you are trying to assign the output to self.l1 which seems to be an nn.Module and which is wrong.