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

fixed a few bugs with device assignment #315

Merged
merged 1 commit into from
Jul 10, 2024

Conversation

kamil2oster
Copy link
Contributor

Issues addressed:

  1. train() function takes device as an argument, while there was already a device in init. This has been removed and device replaced with the class device provided in the init.
  2. There were still misalignments in devices which was causing cuda-cpu location issues. These were fixed and tested.
  3. The fixes should further contribute to issues such as: CUDA device for training #75

@KindXiaoming KindXiaoming merged commit 2ebafce into KindXiaoming:master Jul 10, 2024
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