audiomate icon indicating copy to clipboard operation
audiomate copied to clipboard

dataset getitem type

Open Abhipray opened this issue 5 years ago • 1 comments

The getitem() in feeding.dataset.py returns an array of type np.float32. My data is not in float32 (it's complex). Maybe it's best if we don't typecast.

Abhipray avatar Jul 30 '19 21:07 Abhipray

As far as I see now, only in the MultiFrameDataset, the typecast is forced. Otherwise it depends on the containers/transforms used.

If you mean that one, we could probably change that.

ynop avatar Aug 12 '19 12:08 ynop