Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Artificial Intelligence
  3. 1650 gtx video card + blueiris + codeproject AI - No gpu mode, only cpu?

1650 gtx video card + blueiris + codeproject AI - No gpu mode, only cpu?

Scheduled Pinned Locked Moved Artificial Intelligence
csharphtmlcomquestiondiscussion
8 Posts 3 Posters 19 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • T Offline
    T Offline
    theskyisthelimit99
    wrote on last edited by
    #1

    I had object detection .net working with the integrated gpu previously, so i switched to a 1650 video card. I removed .net and went with the 6.2 one. I also ran the cuda installer and the batch file installer per the codeproject ai download page. I've restarted the pc and i cant get it to go to GPU mode any thoughts out there? I had moved this thread to the other forum, but for some reason i cant find it, but here was the solution that worked for me: Uninstall code project Uninstall cuda 11.7 Uninstall gfx card drivers Reboot Install 516.94 gfx drivers Install cuda 11.7.0 Install Code Project 2.0.8 Install cuDNN bat file (https://www.codeproject.com/ai/docs/faq/gpu.html)

    R L 2 Replies Last reply
    0
    • T theskyisthelimit99

      I had object detection .net working with the integrated gpu previously, so i switched to a 1650 video card. I removed .net and went with the 6.2 one. I also ran the cuda installer and the batch file installer per the codeproject ai download page. I've restarted the pc and i cant get it to go to GPU mode any thoughts out there? I had moved this thread to the other forum, but for some reason i cant find it, but here was the solution that worked for me: Uninstall code project Uninstall cuda 11.7 Uninstall gfx card drivers Reboot Install 516.94 gfx drivers Install cuda 11.7.0 Install Code Project 2.0.8 Install cuDNN bat file (https://www.codeproject.com/ai/docs/faq/gpu.html)

      R Offline
      R Offline
      RedDk
      wrote on last edited by
      #2

      One suggestion, but first a question; does anything else on your box use the GPU in this expected manner? If this is a testing-of-the-water type of scenario wouldn't it be better to get tried-and-true stuff running first? I have no piers here on CP and see myself as somewhat of a pariah when I post but I'm sure somewhere in the expanse of time between using the CPU and using the GPU, in realtime computer use (1995-present), sticking to allowing a CPU to enslave the GPU, is in the questor's best interests.

      T L 2 Replies Last reply
      0
      • R RedDk

        One suggestion, but first a question; does anything else on your box use the GPU in this expected manner? If this is a testing-of-the-water type of scenario wouldn't it be better to get tried-and-true stuff running first? I have no piers here on CP and see myself as somewhat of a pariah when I post but I'm sure somewhere in the expanse of time between using the CPU and using the GPU, in realtime computer use (1995-present), sticking to allowing a CPU to enslave the GPU, is in the questor's best interests.

        T Offline
        T Offline
        theskyisthelimit99
        wrote on last edited by
        #3

        well, i can use the 1650 as the primary gpu without issue. In this situation i'm using the built in one for the lcd. Both drivers show up and show up in device manger, i had no issues with the two cuda installers either

        R 1 Reply Last reply
        0
        • T theskyisthelimit99

          well, i can use the 1650 as the primary gpu without issue. In this situation i'm using the built in one for the lcd. Both drivers show up and show up in device manger, i had no issues with the two cuda installers either

          R Offline
          R Offline
          RedDk
          wrote on last edited by
          #4

          Perhaps ask your original question here then: CodeProject.AI Discussions[^] I've observed reposting on cp will result in boiled tempers so, because you're moving to a better venue, perhaps adding some keywords to better explain AND keeping your grammar right (like capitalizing your first-person pronouns) will cause someone there to come to the rescue.

          T 1 Reply Last reply
          0
          • R RedDk

            Perhaps ask your original question here then: CodeProject.AI Discussions[^] I've observed reposting on cp will result in boiled tempers so, because you're moving to a better venue, perhaps adding some keywords to better explain AND keeping your grammar right (like capitalizing your first-person pronouns) will cause someone there to come to the rescue.

            T Offline
            T Offline
            theskyisthelimit99
            wrote on last edited by
            #5

            ah, i dont know how i ended up in the wrong forum again, thanks. And who uses caps for pronouns in 2023, especially from a phone :P :)

            R 1 Reply Last reply
            0
            • T theskyisthelimit99

              ah, i dont know how i ended up in the wrong forum again, thanks. And who uses caps for pronouns in 2023, especially from a phone :P :)

              R Offline
              R Offline
              RedDk
              wrote on last edited by
              #6

              theskyisthelimit99 wrote:

              who

              ... one what sees for miles and miles and miles ...

              1 Reply Last reply
              0
              • R RedDk

                One suggestion, but first a question; does anything else on your box use the GPU in this expected manner? If this is a testing-of-the-water type of scenario wouldn't it be better to get tried-and-true stuff running first? I have no piers here on CP and see myself as somewhat of a pariah when I post but I'm sure somewhere in the expanse of time between using the CPU and using the GPU, in realtime computer use (1995-present), sticking to allowing a CPU to enslave the GPU, is in the questor's best interests.

                L Offline
                L Offline
                Lost User
                wrote on last edited by
                #7

                Yes ... Without doing anything, my Windows C# UWP app utilizes the GPU. Only Edge and VS are also utilizing it.

                "Before entering on an understanding, I have meditated for a long time, and have foreseen what might happen. It is not genius which reveals to me suddenly, secretly, what I have to say or to do in a circumstance unexpected by other people; it is reflection, it is meditation." - Napoleon I

                1 Reply Last reply
                0
                • T theskyisthelimit99

                  I had object detection .net working with the integrated gpu previously, so i switched to a 1650 video card. I removed .net and went with the 6.2 one. I also ran the cuda installer and the batch file installer per the codeproject ai download page. I've restarted the pc and i cant get it to go to GPU mode any thoughts out there? I had moved this thread to the other forum, but for some reason i cant find it, but here was the solution that worked for me: Uninstall code project Uninstall cuda 11.7 Uninstall gfx card drivers Reboot Install 516.94 gfx drivers Install cuda 11.7.0 Install Code Project 2.0.8 Install cuDNN bat file (https://www.codeproject.com/ai/docs/faq/gpu.html)

                  L Offline
                  L Offline
                  Lost User
                  wrote on last edited by
                  #8

                  See my answer to your previous at Blueiris + codeproject explorer face recognition registration issues, error: Operation failed - Artificial Intelligence Discussion Boards[^] and below that one ...

                  1 Reply Last reply
                  0
                  Reply
                  • Reply as topic
                  Log in to reply
                  • Oldest to Newest
                  • Newest to Oldest
                  • Most Votes


                  • Login

                  • Don't have an account? Register

                  • Login or register to search.
                  • First post
                    Last post
                  0
                  • Categories
                  • Recent
                  • Tags
                  • Popular
                  • World
                  • Users
                  • Groups