TimeDistributedΒΆ
This wrapper allows to apply a layer to every temporal slice of an input.
Abstract Signature:
TimeDistributed(layer)
PyTorch
API:
βStrategy: Plugin (time_distributed_shim)
This wrapper allows to apply a layer to every temporal slice of an input.
Abstract Signature:
TimeDistributed(layer)
β