DrugEncoder.NULL
Click here to view source code.
class NULL()
Let the input and output the same.
SHAPES:
input: Drug features [batch_size, ft_dim]
output: Drug features [batch_size, ft_dim]
forward(f: torch.Tensor)
f (torch.Tensor) - Drug features.