Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dataset getitem type #82

Open
Abhipray opened this issue Jul 30, 2019 · 1 comment
Open

dataset getitem type #82

Abhipray opened this issue Jul 30, 2019 · 1 comment

Comments

@Abhipray
Copy link

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.

@ynop
Copy link
Owner

ynop commented Aug 12, 2019

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants