Alturos.Yolo
Alturos.Yolo copied to clipboard
GPU not being found
The following code was working fine when we had the GPU in pci slot 1.
GpuConfig gpuConfig = new GpuConfig();
YoloInstance = new YoloWrapper(ConfigurationFilePath, WeightFilePath, ClassFilePath, gpuConfig);
When we moved the GUP to slot 2, the GPU is not found.
Does the GPU need to be located in slot 1?
Same issue
Did you try forceing GPU index this way?
YoloWrapper yoloWrapper = new YoloWrapper(yoloConfiguration, new GpuConfig() { GpuIndex = 0 });
No, we did not try this; we moved the GPU card back.
From: Mikołaj Karkowski @.> Sent: Wednesday, January 26, 2022 2:49 AM To: AlturosDestinations/Alturos.Yolo @.> Cc: Scheck, Garth @.>; Author @.> Subject: Re: [AlturosDestinations/Alturos.Yolo] GPU not being found (#178)
Did you try forceing GPU index this way?
YoloWrapper yoloWrapper = new YoloWrapper(yoloConfiguration, new GpuConfig() { GpuIndex = 0 });
— Reply to this email directly, view it on GitHubhttps://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2FAlturosDestinations%2FAlturos.Yolo%2Fissues%2F178%23issuecomment-1022081257&data=04%7C01%7Cgarth.scheck%40astronics.com%7C969f021732184109b87208d9e0b96704%7Ca2ce8a60084049b7938997ad811e2924%7C1%7C0%7C637787909169997833%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000&sdata=LYaJOOJKnDJSDgLkNw2OFcK%2BuvyesHue1zBzvF6NV3c%3D&reserved=0, or unsubscribehttps://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fnotifications%2Funsubscribe-auth%2FAUJ7NCXJQCIKBNLH563DIE3UX7GQFANCNFSM455IOX6A&data=04%7C01%7Cgarth.scheck%40astronics.com%7C969f021732184109b87208d9e0b96704%7Ca2ce8a60084049b7938997ad811e2924%7C1%7C0%7C637787909169997833%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000&sdata=yC9eZRJi9W15TzUbpvLdzHfhaBkTX4VFQqGSngBNAbo%3D&reserved=0. Triage notifications on the go with GitHub Mobile for iOShttps://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fapps.apple.com%2Fapp%2Fapple-store%2Fid1477376905%3Fct%3Dnotification-email%26mt%3D8%26pt%3D524675&data=04%7C01%7Cgarth.scheck%40astronics.com%7C969f021732184109b87208d9e0b96704%7Ca2ce8a60084049b7938997ad811e2924%7C1%7C0%7C637787909169997833%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000&sdata=894qfje2v1ftBcgsTJdWyni4ToewBSoM0AVp1zF5Kek%3D&reserved=0 or Androidhttps://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fplay.google.com%2Fstore%2Fapps%2Fdetails%3Fid%3Dcom.github.android%26referrer%3Dutm_campaign%253Dnotification-email%2526utm_medium%253Demail%2526utm_source%253Dgithub&data=04%7C01%7Cgarth.scheck%40astronics.com%7C969f021732184109b87208d9e0b96704%7Ca2ce8a60084049b7938997ad811e2924%7C1%7C0%7C637787909169997833%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000&sdata=%2FUF1El%2F0eb4CcsI4wl8joz9kNKDtOX5Baj%2FVUVGvO3M%3D&reserved=0. You are receiving this because you authored the thread.Message ID: @.@.>>
This E-mail is confidential. It may also be legally privileged. If you are not the addressee you may not copy, forward, disclose or use any part of it. If you have received this message in error, please delete it and all copies from your system and notify the sender immediately by return E-mail.
Internet communications cannot be guaranteed to be timely, secure, error or virus-free. The sender does not accept liability for any errors or omissions.