Skip to content

tensorplay.utils.data._utils.collate

Functions

default_collate() [source]

python
default_collate(batch)

Puts each data field into a tensor with outer dimension batch size

Released under the Apache 2.0 License.

📚DeepWiki