dgs.utils.typesΒΆ
definition of regularly used types
Module Attributes
A nested configuration, describing a module or the whole tracker. |
|
A list of key-names used for traversing through a config. |
|
The path to a file or directory. |
|
Multiple FilePaths as tuple. |
|
A function for validating a value of a Config object. |
|
A dictionary of validations, mapping a value of a given Config to some sort of validation. |
|
Function to extract a single specific value from a |
|
Function to extract multiple attributes or properties from a |
|
An instance to be loaded is either the name of that instance or a class-type. |
|
A module or function that computes a metric. |
|
A module or function that computes a loss. |
|
A Scheduler used to update the learning rate during training. |
|
A dictionary of results, as name->metric or name->iterable of metrics. |
|
A Torch device, either descriptive string (e.g. 'cpu') or a regular |
|
A tensor based video, either torchvision or regular tensor. |
|
A tensor based image with shape |
|
A list with length |
|
Heatmap as mask with shape |
|
Shape of an image as tuple like |