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

add batch(dim) and temporal(dim) #162

Merged
merged 2 commits into from
Apr 5, 2022
Merged

Conversation

thibo73800
Copy link
Contributor

In this merge request:

It is now possible to do

tensor.temporal(dim=1) # where dim can be 0 or 1

and

tensor.batch(dim=1) # where dim can be 0 or 1

TODO: Check back unit test to check that everything is correct.

@thibo73800 thibo73800 requested a review from jsalotti March 30, 2022 11:24
@thibo73800 thibo73800 self-assigned this Mar 30, 2022
@thibo73800 thibo73800 removed the request for review from jsalotti April 5, 2022 12:41
@thibo73800 thibo73800 merged commit 89205f3 into master Apr 5, 2022
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

Successfully merging this pull request may close these issues.

1 participant