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 device option to async_fit #3299

Merged
merged 1 commit into from
Apr 4, 2020
Merged

Conversation

wmlba
Copy link
Contributor

@wmlba wmlba commented Apr 3, 2020

This is to enable training on GPU optionally using async_fit function on the worker by passing the device in the async_fit function

This is to enable training on GPU optionally using async_fit function on the worker.
@wmlba wmlba requested a review from a team as a code owner April 3, 2020 09:43
@codecov
Copy link

codecov bot commented Apr 3, 2020

Codecov Report

Merging #3299 into master will not change coverage by %.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #3299   +/-   ##
=======================================
  Coverage   94.68%   94.68%           
=======================================
  Files         148      148           
  Lines       16032    16032           
=======================================
  Hits        15178    15178           
  Misses        854      854           
Impacted Files Coverage Δ
syft/workers/websocket_client.py 71.16% <100.00%> (ø)

Copy link
Contributor

@karlhigley karlhigley left a comment

Choose a reason for hiding this comment

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

Thanks!

@karlhigley karlhigley merged commit 268b90e into OpenMined:master Apr 4, 2020
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.

None yet

2 participants