Skip to content

WIP: enable cuda processing in PySyft#2690

Closed
midokura-silvia wants to merge 3 commits intomasterfrom
cuda
Closed

WIP: enable cuda processing in PySyft#2690
midokura-silvia wants to merge 3 commits intomasterfrom
cuda

Conversation

@midokura-silvia
Copy link
Contributor

Unhooking the tensor.data attributes enables .to(device) to work correctly.
However, this seems to create some problems.
Thus, this pull request needs some more work to make the unit tests pass again. Any help would be greatly appreciated.

@robert-wagner robert-wagner changed the base branch from dev to master October 26, 2019 18:13
"__ge__",
"__lt__",
"__le__",
"data",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think you have to do this, you're already directly redefining torch.nn.Parameter.data

@midokura-silvia
Copy link
Contributor Author

Closing PR as it tries to merge to master (and not dev)

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.

2 participants