Shortcuts

flash.core.data.utilities.collate.default_collate

flash.core.data.utilities.collate.default_collate(batch)[source]

The flash.data.utilities.collate.default_collate() extends torch.utils.data._utils.default_collate to first extract any metadata from the samples in the batch (in the "metadata" key). The list of metadata entries will then be inserted into the collated result.

Parameters

batch (List[Any]) – The list of samples to collate.

Return type

Any

Returns

The collated batch.

Read the Docs v: stable
Versions
latest
stable
0.8.2
0.8.1.post0
0.8.1
0.8.0
0.7.5
0.7.4
0.7.3
0.7.2
0.7.1
0.7.0
0.6.0
0.5.2
0.5.1
0.5.0
0.4.0
0.3.2
0.3.1
0.3.0
0.2.3
0.2.2
0.2.1
0.2.0
0.1.0post1
Downloads
html
On Read the Docs
Project Home
Builds

Free document hosting provided by Read the Docs.