In modeling_utils.py, there is a part of the code that causes error when using GPU. It seems that it's because the unit_locations variable was forced to be in cpu.
Testing Done
No test done yet, just to flag the issue and to raise the attention of the main contributors
Checklist:
[ ] My PR title strictly follows the format: [Your Priority] Your Title
Description
In
modeling_utils.py
, there is a part of the code that causes error when using GPU. It seems that it's because theunit_locations
variable was forced to be in cpu.Testing Done
No test done yet, just to flag the issue and to raise the attention of the main contributors
Checklist:
[Your Priority] Your Title