VIDA-NYU / tile2net

Automated mapping of pedestrian networks from aerial imagery tiles
BSD 3-Clause "New" or "Revised" License
151 stars 24 forks source link

Implement Temporary Single-GPU Selection Mechanism to Address Issue #53 #56

Closed Mary-h86 closed 6 months ago

Mary-h86 commented 6 months ago

This pull request introduces a temporary workaround for Issue #53, where the system defaults to using GPU ID 0 when multiple GPUs are available. This interim solution is intended to ensure stability and consistent behavior in multi-GPU environments until we develop and deploy a comprehensive testing suite for distributed inference.

Key Changes:

Future Work:

This approach allows us to maintain operational integrity while laying the groundwork for more sophisticated GPU handling in the future.