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

permutedims as a alias for transpose? #121

Closed
oxinabox opened this issue Jan 24, 2017 · 1 comment
Closed

permutedims as a alias for transpose? #121

oxinabox opened this issue Jan 24, 2017 · 1 comment

Comments

@oxinabox
Copy link
Collaborator

The way transpose work on TensorFlow is how permutedims works in normal julia.
should it thus be aliased?

tranpose, right now uses 0 based indexing,
Would a permutedims use 1 Based indexing?
Is this a convention established by argmax and indmax ?

@malmaud
Copy link
Owner

malmaud commented Jan 24, 2017

Sure, that's a good idea. I was trying to keep things as 1-based as reasonable to keep things consistent with the rest of Julia .

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

No branches or pull requests

2 participants