module documentation
Various tools for interfacing with the AN-simulations and more
Function | as |
Get torch datatype from string |
Function | get |
No summary |
Function | get |
No summary |
Function | get |
Get torch.Tensor from h5py data array |
Function | historize |
Takes a 2D or 3D tensor and bins along the time axis. If the tensor is 2D, the dimensions should be [frequency, time] If the tensor is 3D, the dimensions should be [channels, frequency, time] |
Function | open |
Undocumented |
Get torch datatype from string
Parameters | |
typestr | string version of a datatype, e.g. 'int32' |
Returns | |
torch.dtype | torch.dtype |