Commit f380781
Removed unnecessary .to() call since it has no effect before .cuda() (#3783)
Fixes #3782
## Description
Removed unnecessary `.to()` in the `generate_data` function.
cc @williamwen42 @msaroufim @anijain2305 @angelayi
Co-authored-by: Svetlana Karslioglu <[email protected]>1 parent 3e6cc9b commit f380781
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
82 | | - | |
| 82 | + | |
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
| |||
0 commit comments