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

Feature: Support for pytorch/theano like tensors - with channels first #5

Closed
MrinalJain17 opened this issue Jun 7, 2018 · 1 comment
Labels
enhancement New feature or request

Comments

@MrinalJain17
Copy link
Owner

PyTorch and theano (and possible other frameworks) have the channels in the first dimension (the zeroth dimension being the batch size).

As of now, the channels are in the last dimension (for frameworks like Tensorflow).

The channels here, refer to the RGB or gray channel.

@MrinalJain17 MrinalJain17 added the enhancement New feature or request label Jun 7, 2018
@MrinalJain17 MrinalJain17 moved this from To do to In progress in Improvements and Enhancements Jul 26, 2018
@MrinalJain17 MrinalJain17 moved this from In progress to Done in Improvements and Enhancements Jul 26, 2018
@MrinalJain17
Copy link
Owner Author

Starting with version 1.0.4, this feature has been implemented - 910b4f4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Development

No branches or pull requests

1 participant