HISE Logo Forum
    • Categories
    • Register
    • Login

    Hardcoded Neural Network does not work as expected

    Scheduled Pinned Locked Moved Bug Reports
    24 Posts 7 Posters 1.4k Views
    Loading More Posts
    • 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.
    • C
      ccbl @Dan Korneff
      last edited by

      This post is deleted!
      1 Reply Last reply Reply Quote 0
      • T
        tomekslesicki @Dan Korneff
        last edited by

        @Dan-Korneff I'm also getting the

         CUDNN_STATUS_NOT_SUPPORTED
        

        error when training with CUDA. With CUDA disabled, the traning goes as expected but is very slow (as expected ;-))

        Are you using CUDA to train the model? If so, how are you setting the enviorment?

        Like:

        conda env config vars set CUBLAS_WORKSPACE_CONFIG=:16:8
        conda activate base
        

        ...or some other way?

        Thank you!

        Dan KorneffD 1 Reply Last reply Reply Quote 0
        • Dan KorneffD
          Dan Korneff @tomekslesicki
          last edited by

          @tomekslesicki same is happening here. Looks like there's an incompatibility with the latest CUDA driver. I'll have to tweak that

          Dan Korneff - Producer / Mixer / Audio Nerd

          T 1 Reply Last reply Reply Quote 0
          • T
            tomekslesicki @Dan Korneff
            last edited by

            @Dan-Korneff the solution is to install CUDA Toolkit 11.8 and install pytorch 2.3.0 instead of the current version. Here's the install prompt:

            conda install pytorch==2.3.0 torchvision==0.18.0 torchaudio==2.3.0 pytorch-cuda=11.8 -c pytorch -c nvidia
            
            1 Reply Last reply Reply Quote 1
            • First post
              Last post

            18

            Online

            1.7k

            Users

            11.8k

            Topics

            102.6k

            Posts