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

pytorch 1.1 fixes #10

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Conversation

DerThorsten
Copy link

these changes are need to compile the package (I have torch 1.1.0 with cuda 10)

@DerThorsten
Copy link
Author

I had to fix the following things:

  • change at::ones to torch::ones
  • change argument order in torch::ones
    With that I can run the pooling part (did not test the unpooling so far)

@DerThorsten DerThorsten changed the title changing order of arguments pytorch 1.1 fixes Aug 8, 2019
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