Skip to content
This repository has been archived by the owner on Oct 23, 2024. It is now read-only.

Commit

Permalink
Merge pull request #58 from fidelity/dataloader
Browse files Browse the repository at this point in the history
Bug fix for moving data to gpu
  • Loading branch information
ncilfone authored Jul 8, 2022
2 parents 2647afd + a263aa3 commit 6f56534
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stoke/data.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ def _place_data_on_gpu(
"""
# Call to the public function in utils
place_data_on_gpu(data, self._fp16)
return place_data_on_gpu(data, self._fp16)


class BucketedDistributedSampler(Sampler[T_co]):
Expand Down

0 comments on commit 6f56534

Please sign in to comment.