Input Encoder
The input encoder generates a sample with index idx
from the subset
SubsetResponse object. This sample will later be fetched as input by the network. The function is called for every evaluated sample. There should be a separate encoder for each input.
Usage within the full script can be found at the Dataset Script.
Guides
Full examples can be found at the Dataset Integration section of the following guides:
Last updated