Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

javacpp-pytorch 2.51- 1.5.1 at some windows 11 ,cannot detect the Gpu,but python pytorch 2.5.1 could detect gpu #1565

Open
mullerhai opened this issue Jan 2, 2025 · 5 comments

Comments

@mullerhai
Copy link

I update the cuda and GPU DRIVER ,CUDA 12.6 ,

env

Thu Jan  2 22:34:13 2025
+-----------------------------------------------------------------------------------------+
| NVIDIA-SMI 561.17                 Driver Version: 561.17         CUDA Version: 12.6     |
|-----------------------------------------+------------------------+----------------------+
| GPU  Name                  Driver-Model | Bus-Id          Disp.A | Volatile Uncorr. ECC |
| Fan  Temp   Perf          Pwr:Usage/Cap |           Memory-Usage | GPU-Util  Compute M. |
|                                         |                        |               MIG M. |
|=========================================+========================+======================|
|   0  NVIDIA GeForce RTX 3060 ...  WDDM  |   00000000:01:00.0 Off |                  N/A |
| N/A   54C    P3             24W /   45W |       0MiB /   6144MiB |      0%      Default |
|                                         |                        |                  N/A |
+-----------------------------------------+------------------------+----------------------+

+-----------------------------------------------------------------------------------------+
| Processes:                                                                              |
|  GPU   GI   CI        PID   Type   Process name                              GPU Memory |
|        ID   ID                                                               Usage      |
|=========================================================================================|
|  No running processes found                                                             |
+-----------------------------------------------------------------------------------------+
PS C:\Users\hai71>

in my sbt scala project

      ("org.bytedeco" % "pytorch" % s"2.5.1-1.5.11").classifier("windows-x86_64") , //javaCppVersion.value
      ( "org.bytedeco" % "javacpp" % "1.5.11").classifier("windows-x86_64"),
      ("org.bytedeco" % "openblas" % "0.3.28-1.5.11").classifier("windows-x86_64"),
      ("org.bytedeco" % "cuda" % "12.6-9.5-1.5.11").classifier("windows-x86_64"),
      ( "org.bytedeco" % "mkl" % "2025.0-1.5.11").classifier("windows-x86_64"),
      ("org.bytedeco" % "cuda-platform-redist" % "12.6-9.5-1.5.11"),//.classifier("windows-x86_64"),
      ("org.bytedeco" % "mkl-platform-redist" % "2025.0-1.5.11"),//.classifier("windows-x86_64") ,
      ("org.bytedeco" % "pytorch-platform-gpu" % "2.5.1-1.5.11"),// .classifier("windows-x86_64"),
      ("org.bytedeco" % "pytorch-platform" % "2.5.1-1.5.11" ),//.classifier("windows-x86_64"),
      ("org.bytedeco" % "openblas-platform" % "0.3.28-1.5.11"),//.classifier("windows-x86_64"),
      ("org.bytedeco" % "cuda-platform"    % "12.6-9.5-1.5.11"),//.classifier("windows-x86_64"),
      ( "org.bytedeco" % "javacpp-platform" % "1.5.11"),//.classifier("windows-x86_64"),

  val device = if torch.cuda.isAvailable then CUDA else CPU

  println(s" torch.cuda.isAvailable ${torch.cuda.isAvailable} Using device: $device")

console

 torch.cuda.isAvailable  false  Using device cpu:-1
@saudet
Copy link
Member

saudet commented Jan 2, 2025

Please set the "org.bytedeco.javacpp.logger.debug" system property to "true" to get more information on the console.

@mullerhai
Copy link
Author

C:\Users\hai71\.jdks\openjdk-23.0.1\bin\java.exe "-javaagent:C:\Program Files\JetBrains\IntelliJ IDEA 2024.3.1.1\lib\idea_rt.jar=6275:C:\Program Files\JetBrains\IntelliJ IDEA 2024.3.1.1\bin" -Dfile.encoding=UTF-8 -Dsun.stdout.encoding=UTF-8 -Dsun.stderr.encoding=UTF-8 -classpath D:\code\storch-main\core\target\scala-3.6.2\classes;C:\Users\hai71\AppData\Local\Coursier\cache\v1\https\repo1.maven.org\maven2\org\scala-lang\scala3-library_3\3.6.2\scala3-library_3-3.6.2.jar;D:\coursier\https\repo1.maven.org\maven2\org\scala-lang\scala3-library_3\3.6.2\scala3-library_3-3.6.2.jar;C:\Users\hai71\AppData\Local\Coursier\cache\v1\https\repo1.maven.org\maven2\org\bytedeco\javacpp\1.5.11\javacpp-1.5.11.jar;D:\coursier\https\repo1.maven.org\maven2\org\bytedeco\javacpp\1.5.11\javacpp-1.5.11.jar;C:\Users\hai71\AppData\Local\Coursier\cache\v1\https\repo1.maven.org\maven2\org\bytedeco\javacpp\1.5.11\javacpp-1.5.11-windows-x86_64.jar;D:\coursier\https\repo1.maven.org\maven2\org\bytedeco\javacpp\1.5.11\javacpp-1.5.11-windows-x86_64.jar;C:\Users\hai71\AppData\Local\Coursier\cache\v1\https\repo1.maven.org\maven2\org\bytedeco\pytorch\2.5.1-1.5.11\pytorch-2.5.1-1.5.11.jar;C:\Users\hai71\AppData\Local\Coursier\cache\v1\https\repo1.maven.org\maven2\org\bytedeco\pytorch\2.5.1-1.5.11\pytorch-2.5.1-1.5.11-windows-x86_64-gpu.jar;C:\Users\hai71\AppData\Local\Coursier\cache\v1\https\repo1.maven.org\maven2\org\bytedeco\pytorch\2.5.1-1.5.11\pytorch-2.5.1-1.5.11-windows-x86_64.jar;C:\Users\hai71\AppData\Local\Coursier\cache\v1\https\repo1.maven.org\maven2\org\bytedeco\openblas\0.3.28-1.5.11\openblas-0.3.28-1.5.11.jar;C:\Users\hai71\AppData\Local\Coursier\cache\v1\https\repo1.maven.org\maven2\org\bytedeco\openblas\0.3.28-1.5.11\openblas-0.3.28-1.5.11-windows-x86_64.jar;C:\Users\hai71\AppData\Local\Coursier\cache\v1\https\repo1.maven.org\maven2\org\bytedeco\cuda\12.6-9.5-1.5.11\cuda-12.6-9.5-1.5.11.jar;C:\Users\hai71\AppData\Local\Coursier\cache\v1\https\repo1.maven.org\maven2\org\bytedeco\cuda\12.6-9.5-1.5.11\cuda-12.6-9.5-1.5.11-windows-x86_64-redist.jar;C:\Users\hai71\AppData\Local\Coursier\cache\v1\https\repo1.maven.org\maven2\org\bytedeco\mkl\2025.0-1.5.11\mkl-2025.0-1.5.11.jar;C:\Users\hai71\AppData\Local\Coursier\cache\v1\https\repo1.maven.org\maven2\org\bytedeco\mkl\2025.0-1.5.11\mkl-2025.0-1.5.11-windows-x86_64.jar;C:\Users\hai71\AppData\Local\Coursier\cache\v1\https\repo1.maven.org\maven2\org\typelevel\spire_3\0.18.0\spire_3-0.18.0.jar;C:\Users\hai71\AppData\Local\Coursier\cache\v1\https\repo1.maven.org\maven2\org\typelevel\shapeless3-typeable_3\3.3.0\shapeless3-typeable_3-3.3.0.jar;C:\Users\hai71\AppData\Local\Coursier\cache\v1\https\repo1.maven.org\maven2\com\lihaoyi\os-lib_3\0.9.1\os-lib_3-0.9.1.jar;C:\Users\hai71\AppData\Local\Coursier\cache\v1\https\repo1.maven.org\maven2\com\lihaoyi\sourcecode_3\0.3.0\sourcecode_3-0.3.0.jar;C:\Users\hai71\AppData\Local\Coursier\cache\v1\https\repo1.maven.org\maven2\dev\dirs\directories\26\directories-26.jar;C:\Users\hai71\AppData\Local\Coursier\cache\v1\https\repo1.maven.org\maven2\org\scala-lang\scala-library\2.13.15\scala-library-2.13.15.jar;D:\coursier\https\repo1.maven.org\maven2\org\scala-lang\scala-library\2.13.15\scala-library-2.13.15.jar;C:\Users\hai71\AppData\Local\Coursier\cache\v1\https\repo1.maven.org\maven2\org\typelevel\spire-macros_3\0.18.0\spire-macros_3-0.18.0.jar;C:\Users\hai71\AppData\Local\Coursier\cache\v1\https\repo1.maven.org\maven2\org\typelevel\spire-platform_3\0.18.0\spire-platform_3-0.18.0.jar;C:\Users\hai71\AppData\Local\Coursier\cache\v1\https\repo1.maven.org\maven2\org\typelevel\spire-util_3\0.18.0\spire-util_3-0.18.0.jar;C:\Users\hai71\AppData\Local\Coursier\cache\v1\https\repo1.maven.org\maven2\org\typelevel\algebra_3\2.8.0\algebra_3-2.8.0.jar;C:\Users\hai71\AppData\Local\Coursier\cache\v1\https\repo1.maven.org\maven2\com\lihaoyi\geny_3\1.0.0\geny_3-1.0.0.jar;C:\Users\hai71\AppData\Local\Coursier\cache\v1\https\repo1.maven.org\maven2\org\typelevel\cats-kernel_3\2.8.0\cats-kernel_3-2.8.0.jar example.LstmNetApp
Debug: Loading class org.bytedeco.javacpp.presets.javacpp
Debug: Loading class org.bytedeco.openblas.global.openblas_nolapack
Debug: Loading class org.bytedeco.javacpp.presets.javacpp
Debug: Loading class org.bytedeco.openblas.global.openblas_nolapack
Debug: Loading library api-ms-win-crt-locale-l1-1-0
Debug: Loading library api-ms-win-crt-string-l1-1-0
Debug: Loading library api-ms-win-crt-stdio-l1-1-0
Debug: Loading library api-ms-win-crt-math-l1-1-0
Debug: Loading library api-ms-win-crt-heap-l1-1-0
Debug: Loading library api-ms-win-crt-runtime-l1-1-0
Debug: Loading library api-ms-win-crt-convert-l1-1-0
Debug: Loading library api-ms-win-crt-environment-l1-1-0
Debug: Loading library api-ms-win-crt-time-l1-1-0
Debug: Loading library api-ms-win-crt-filesystem-l1-1-0
Debug: Loading library api-ms-win-crt-utility-l1-1-0
Debug: Loading library api-ms-win-crt-multibyte-l1-1-0
Debug: Loading library api-ms-win-crt-conio-l1-1-0
Debug: Loading library api-ms-win-crt-private-l1-1-0
Debug: Loading library api-ms-win-crt-process-l1-1-0
Debug: Loading library api-ms-win-core-console-l1-2-0
Debug: Loading library api-ms-win-core-string-l1-1-0
Debug: Loading library api-ms-win-core-errorhandling-l1-1-0
Debug: Loading library api-ms-win-core-timezone-l1-1-0
Debug: Loading library api-ms-win-core-file-l1-1-0
Debug: Loading library api-ms-win-core-namedpipe-l1-1-0
Debug: Loading library api-ms-win-core-handle-l1-1-0
Debug: Loading library api-ms-win-core-file-l2-1-0
Debug: Loading library api-ms-win-core-heap-l1-1-0
Debug: Loading library api-ms-win-core-libraryloader-l1-1-0
Debug: Loading library api-ms-win-core-synch-l1-1-0
Debug: Loading library api-ms-win-core-processthreads-l1-1-0
Debug: Loading library api-ms-win-core-processenvironment-l1-1-0
Debug: Loading library api-ms-win-core-datetime-l1-1-0
Debug: Loading library api-ms-win-core-localization-l1-2-0
Debug: Loading library api-ms-win-core-sysinfo-l1-1-0
Debug: Loading library api-ms-win-core-synch-l1-2-0
Debug: Loading library api-ms-win-core-console-l1-1-0
Debug: Loading library api-ms-win-core-debug-l1-1-0
Debug: Loading library api-ms-win-core-rtlsupport-l1-1-0
Debug: Loading library api-ms-win-core-processthreads-l1-1-1
Debug: Loading library api-ms-win-core-file-l1-2-0
Debug: Loading library api-ms-win-core-profile-l1-1-0
Debug: Loading library api-ms-win-core-memory-l1-1-0
Debug: Loading library api-ms-win-core-util-l1-1-0
Debug: Loading library api-ms-win-core-interlocked-l1-1-0
Debug: Loading library ucrtbase
Debug: Loading library vcruntime140
Debug: Loading library vcruntime140_1
Debug: Loading library msvcp140
Debug: Loading library msvcp140_1
Debug: Loading library concrt140
Debug: Loading library vcomp140
Debug: Loading library libomp140.i386
Debug: Failed to load for libomp140.i386: java.lang.UnsatisfiedLinkError: no libomp140.i386 in java.library.path: C:\Users\hai71\.jdks\openjdk-23.0.1\bin;C:\WINDOWS\Sun\Java\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.6\bin;C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.6\libnvvp;;C:\Program Files\Microsoft MPI\Bin\;C:\Program Files (x86)\Common Files\Oracle\Java\javapath;C:\Apps\vcpkg\vcpkg;C:\libtorch\include\torch\csrc\api\include;C:\libtorch\include;C:\libtorch\lib;C:\libtorch\bin;C:\Program Files\NVIDIA GPU Computing Toolkit\cudnn\lib;C:\Program Files\NVIDIA GPU Computing Toolkit\cudnn\include;C:\Program Files\NVIDIA GPU Computing Toolkit\cudnn\bin;C:\Program Files\Microsoft Visual Studio\2022\Professional\VC\Tools\MSVC\14.34.31933\bin\Hostx64\x64;C:\mingw64\bin;C:\Program Files\Microsoft\jdk-11.0.12.7-hotspot\bin;C:\Program Files\Common Files\Oracle\Java\javapath;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\OpenSSH\;C:\Program Files\dotnet\;C:\Program Files (x86)\scala\bin;C:\Program Files (x86)\sbt\bin;C:\Program Files (x86)\Go\bin;C:\Program Files (x86)\Paragon Software\APFS for Windows\;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\WINDOWS\System32\OpenSSH\;C:\Program Files\Git\cmd;C:\Program Files\Microsoft SQL Server\150\Tools\Binn\;C:\Program Files\Microsoft SQL Server\Client SDK\ODBC\170\Tools\Binn\;C:\Program Files\CMake\bin;C:\Program Files\NVIDIA Corporation\Nsight Compute 2023.2.1\;C:\Users\hai71\anaconda3\Library\bin;;C:\Program Files\Docker\Docker\resources\bin;C:\Program Files\NVIDIA Corporation\Nsight Compute 2024.3.2\;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\Program Files\NVIDIA Corporation\NVIDIA NvDLISR;C:\Users\hai71\.cargo\bin;C:\Users\hai71\AppData\Local\Microsoft\WindowsApps;C:\Program Files\JetBrains\IntelliJ IDEA 2024.3.1.1\bin;;C:\Program Files\JetBrains\PyCharm 2022.3.2\bin;;C:\Program Files\JetBrains\CLion 2022.3.2\bin;;C:\Program Files\JetBrains\GoLand 2022.3.2\bin;;C:\Program Files\JetBrains\DataSpell 2022.3.2\bin;;C:\Users\hai71\go\bin;C:\Users\hai71\.dotnet\tools;C:\Users\hai71\AppData\Local\Programs\Microsoft VS Code\bin;C:\Users\hai71\AppData\Local\GitHubDesktop\bin;C:\winutils_master_hadoop-3.3.1\bin;;C:\Program Files\JetBrains\RustRover 2024.3.2\bin;;.
Debug: Loading library libomp140.x86_64
Debug: Loading C:\Users\hai71\.javacpp\cache\openblas-0.3.28-1.5.11-windows-x86_64.jar\org\bytedeco\openblas\windows-x86_64\libopenblas_nolapack.dll
Debug: Loading library openblas_nolapack
Debug: Failed to load for [email protected]: java.lang.UnsatisfiedLinkError: no openblas_nolapack in java.library.path: C:\Users\hai71\.jdks\openjdk-23.0.1\bin;C:\WINDOWS\Sun\Java\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.6\bin;C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.6\libnvvp;;C:\Program Files\Microsoft MPI\Bin\;C:\Program Files (x86)\Common Files\Oracle\Java\javapath;C:\Apps\vcpkg\vcpkg;C:\libtorch\include\torch\csrc\api\include;C:\libtorch\include;C:\libtorch\lib;C:\libtorch\bin;C:\Program Files\NVIDIA GPU Computing Toolkit\cudnn\lib;C:\Program Files\NVIDIA GPU Computing Toolkit\cudnn\include;C:\Program Files\NVIDIA GPU Computing Toolkit\cudnn\bin;C:\Program Files\Microsoft Visual Studio\2022\Professional\VC\Tools\MSVC\14.34.31933\bin\Hostx64\x64;C:\mingw64\bin;C:\Program Files\Microsoft\jdk-11.0.12.7-hotspot\bin;C:\Program Files\Common Files\Oracle\Java\javapath;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\OpenSSH\;C:\Program Files\dotnet\;C:\Program Files (x86)\scala\bin;C:\Program Files (x86)\sbt\bin;C:\Program Files (x86)\Go\bin;C:\Program Files (x86)\Paragon Software\APFS for Windows\;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\WINDOWS\System32\OpenSSH\;C:\Program Files\Git\cmd;C:\Program Files\Microsoft SQL Server\150\Tools\Binn\;C:\Program Files\Microsoft SQL Server\Client SDK\ODBC\170\Tools\Binn\;C:\Program Files\CMake\bin;C:\Program Files\NVIDIA Corporation\Nsight Compute 2023.2.1\;C:\Users\hai71\anaconda3\Library\bin;;C:\Program Files\Docker\Docker\resources\bin;C:\Program Files\NVIDIA Corporation\Nsight Compute 2024.3.2\;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\Program Files\NVIDIA Corporation\NVIDIA NvDLISR;C:\Users\hai71\.cargo\bin;C:\Users\hai71\AppData\Local\Microsoft\WindowsApps;C:\Program Files\JetBrains\IntelliJ IDEA 2024.3.1.1\bin;;C:\Program Files\JetBrains\PyCharm 2022.3.2\bin;;C:\Program Files\JetBrains\CLion 2022.3.2\bin;;C:\Program Files\JetBrains\GoLand 2022.3.2\bin;;C:\Program Files\JetBrains\DataSpell 2022.3.2\bin;;C:\Users\hai71\go\bin;C:\Users\hai71\.dotnet\tools;C:\Users\hai71\AppData\Local\Programs\Microsoft VS Code\bin;C:\Users\hai71\AppData\Local\GitHubDesktop\bin;C:\winutils_master_hadoop-3.3.1\bin;;C:\Program Files\JetBrains\RustRover 2024.3.2\bin;;.
Debug: Loading C:\Users\hai71\.javacpp\cache\openblas-0.3.28-1.5.11-windows-x86_64.jar\org\bytedeco\openblas\windows-x86_64\jniopenblas_nolapack.dll
Debug: Loading class org.bytedeco.javacpp.presets.javacpp
Debug: Loading class org.bytedeco.javacpp.Pointer
Debug: Loading C:\Users\hai71\.javacpp\cache\javacpp-1.5.11-windows-x86_64.jar\org\bytedeco\javacpp\windows-x86_64\jnijavacpp.dll
Debug: Loading class org.bytedeco.openblas.global.openblas
Debug: Loading class org.bytedeco.javacpp.presets.javacpp
Debug: Loading class org.bytedeco.openblas.global.openblas_nolapack
Debug: Loading class org.bytedeco.openblas.global.openblas
Debug: Loading C:\Users\hai71\.javacpp\cache\openblas-0.3.28-1.5.11-windows-x86_64.jar\org\bytedeco\openblas\windows-x86_64\libopenblas.dll
Debug: Loading library openblas
Debug: Failed to load for [email protected]: java.lang.UnsatisfiedLinkError: no openblas in java.library.path: C:\Users\hai71\.jdks\openjdk-23.0.1\bin;C:\WINDOWS\Sun\Java\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.6\bin;C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.6\libnvvp;;C:\Program Files\Microsoft MPI\Bin\;C:\Program Files (x86)\Common Files\Oracle\Java\javapath;C:\Apps\vcpkg\vcpkg;C:\libtorch\include\torch\csrc\api\include;C:\libtorch\include;C:\libtorch\lib;C:\libtorch\bin;C:\Program Files\NVIDIA GPU Computing Toolkit\cudnn\lib;C:\Program Files\NVIDIA GPU Computing Toolkit\cudnn\include;C:\Program Files\NVIDIA GPU Computing Toolkit\cudnn\bin;C:\Program Files\Microsoft Visual Studio\2022\Professional\VC\Tools\MSVC\14.34.31933\bin\Hostx64\x64;C:\mingw64\bin;C:\Program Files\Microsoft\jdk-11.0.12.7-hotspot\bin;C:\Program Files\Common Files\Oracle\Java\javapath;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\OpenSSH\;C:\Program Files\dotnet\;C:\Program Files (x86)\scala\bin;C:\Program Files (x86)\sbt\bin;C:\Program Files (x86)\Go\bin;C:\Program Files (x86)\Paragon Software\APFS for Windows\;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\WINDOWS\System32\OpenSSH\;C:\Program Files\Git\cmd;C:\Program Files\Microsoft SQL Server\150\Tools\Binn\;C:\Program Files\Microsoft SQL Server\Client SDK\ODBC\170\Tools\Binn\;C:\Program Files\CMake\bin;C:\Program Files\NVIDIA Corporation\Nsight Compute 2023.2.1\;C:\Users\hai71\anaconda3\Library\bin;;C:\Program Files\Docker\Docker\resources\bin;C:\Program Files\NVIDIA Corporation\Nsight Compute 2024.3.2\;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\Program Files\NVIDIA Corporation\NVIDIA NvDLISR;C:\Users\hai71\.cargo\bin;C:\Users\hai71\AppData\Local\Microsoft\WindowsApps;C:\Program Files\JetBrains\IntelliJ IDEA 2024.3.1.1\bin;;C:\Program Files\JetBrains\PyCharm 2022.3.2\bin;;C:\Program Files\JetBrains\CLion 2022.3.2\bin;;C:\Program Files\JetBrains\GoLand 2022.3.2\bin;;C:\Program Files\JetBrains\DataSpell 2022.3.2\bin;;C:\Users\hai71\go\bin;C:\Users\hai71\.dotnet\tools;C:\Users\hai71\AppData\Local\Programs\Microsoft VS Code\bin;C:\Users\hai71\AppData\Local\GitHubDesktop\bin;C:\winutils_master_hadoop-3.3.1\bin;;C:\Program Files\JetBrains\RustRover 2024.3.2\bin;;.
Debug: Loading C:\Users\hai71\.javacpp\cache\openblas-0.3.28-1.5.11-windows-x86_64.jar\org\bytedeco\openblas\windows-x86_64\jniopenblas.dll
Debug: Loading class org.bytedeco.javacpp.global.chrono
Debug: Loading class org.bytedeco.pytorch.global.torch
Debug: Loading C:\Users\hai71\.javacpp\cache\cuda-12.6-9.5-1.5.11-windows-x86_64-redist.jar\org\bytedeco\cuda\windows-x86_64\zlibwapi.dll
Debug: Loading C:\Users\hai71\.javacpp\cache\cuda-12.6-9.5-1.5.11-windows-x86_64-redist.jar\org\bytedeco\cuda\windows-x86_64\cudart64_12.dll
Debug: Loading C:\Users\hai71\.javacpp\cache\cuda-12.6-9.5-1.5.11-windows-x86_64-redist.jar\org\bytedeco\cuda\windows-x86_64\cublasLt64_12.dll
Debug: Loading C:\Users\hai71\.javacpp\cache\cuda-12.6-9.5-1.5.11-windows-x86_64-redist.jar\org\bytedeco\cuda\windows-x86_64\cublas64_12.dll
Debug: Loading C:\Users\hai71\.javacpp\cache\cuda-12.6-9.5-1.5.11-windows-x86_64-redist.jar\org\bytedeco\cuda\windows-x86_64\cufft64_11.dll
Debug: Loading library cupti64_2024.3.0
Debug: Failed to load for cupti64_2024.3.0: java.lang.UnsatisfiedLinkError: no cupti64_2024.3.0 in java.library.path: C:\Users\hai71\.jdks\openjdk-23.0.1\bin;C:\WINDOWS\Sun\Java\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.6\bin;C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.6\libnvvp;;C:\Program Files\Microsoft MPI\Bin\;C:\Program Files (x86)\Common Files\Oracle\Java\javapath;C:\Apps\vcpkg\vcpkg;C:\libtorch\include\torch\csrc\api\include;C:\libtorch\include;C:\libtorch\lib;C:\libtorch\bin;C:\Program Files\NVIDIA GPU Computing Toolkit\cudnn\lib;C:\Program Files\NVIDIA GPU Computing Toolkit\cudnn\include;C:\Program Files\NVIDIA GPU Computing Toolkit\cudnn\bin;C:\Program Files\Microsoft Visual Studio\2022\Professional\VC\Tools\MSVC\14.34.31933\bin\Hostx64\x64;C:\mingw64\bin;C:\Program Files\Microsoft\jdk-11.0.12.7-hotspot\bin;C:\Program Files\Common Files\Oracle\Java\javapath;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\OpenSSH\;C:\Program Files\dotnet\;C:\Program Files (x86)\scala\bin;C:\Program Files (x86)\sbt\bin;C:\Program Files (x86)\Go\bin;C:\Program Files (x86)\Paragon Software\APFS for Windows\;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\WINDOWS\System32\OpenSSH\;C:\Program Files\Git\cmd;C:\Program Files\Microsoft SQL Server\150\Tools\Binn\;C:\Program Files\Microsoft SQL Server\Client SDK\ODBC\170\Tools\Binn\;C:\Program Files\CMake\bin;C:\Program Files\NVIDIA Corporation\Nsight Compute 2023.2.1\;C:\Users\hai71\anaconda3\Library\bin;;C:\Program Files\Docker\Docker\resources\bin;C:\Program Files\NVIDIA Corporation\Nsight Compute 2024.3.2\;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\Program Files\NVIDIA Corporation\NVIDIA NvDLISR;C:\Users\hai71\.cargo\bin;C:\Users\hai71\AppData\Local\Microsoft\WindowsApps;C:\Program Files\JetBrains\IntelliJ IDEA 2024.3.1.1\bin;;C:\Program Files\JetBrains\PyCharm 2022.3.2\bin;;C:\Program Files\JetBrains\CLion 2022.3.2\bin;;C:\Program Files\JetBrains\GoLand 2022.3.2\bin;;C:\Program Files\JetBrains\DataSpell 2022.3.2\bin;;C:\Users\hai71\go\bin;C:\Users\hai71\.dotnet\tools;C:\Users\hai71\AppData\Local\Programs\Microsoft VS Code\bin;C:\Users\hai71\AppData\Local\GitHubDesktop\bin;C:\winutils_master_hadoop-3.3.1\bin;;C:\Program Files\JetBrains\RustRover 2024.3.2\bin;;.
Debug: Loading C:\Users\hai71\.javacpp\cache\cuda-12.6-9.5-1.5.11-windows-x86_64-redist.jar\org\bytedeco\cuda\windows-x86_64\curand64_10.dll
Debug: Loading C:\Users\hai71\.javacpp\cache\cuda-12.6-9.5-1.5.11-windows-x86_64-redist.jar\org\bytedeco\cuda\windows-x86_64\nvJitLink_120_0.dll
Debug: Loading C:\Users\hai71\.javacpp\cache\cuda-12.6-9.5-1.5.11-windows-x86_64-redist.jar\org\bytedeco\cuda\windows-x86_64\cusparse64_12.dll
Debug: Loading C:\Users\hai71\.javacpp\cache\cuda-12.6-9.5-1.5.11-windows-x86_64-redist.jar\org\bytedeco\cuda\windows-x86_64\cusolver64_11.dll
Debug: Loading C:\Users\hai71\.javacpp\cache\cuda-12.6-9.5-1.5.11-windows-x86_64-redist.jar\org\bytedeco\cuda\windows-x86_64\cudnn64_9.dll
Debug: Loading library nccl64_2
Debug: Failed to load for nccl64_2: java.lang.UnsatisfiedLinkError: no nccl64_2 in java.library.path: C:\Users\hai71\.jdks\openjdk-23.0.1\bin;C:\WINDOWS\Sun\Java\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.6\bin;C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.6\libnvvp;;C:\Program Files\Microsoft MPI\Bin\;C:\Program Files (x86)\Common Files\Oracle\Java\javapath;C:\Apps\vcpkg\vcpkg;C:\libtorch\include\torch\csrc\api\include;C:\libtorch\include;C:\libtorch\lib;C:\libtorch\bin;C:\Program Files\NVIDIA GPU Computing Toolkit\cudnn\lib;C:\Program Files\NVIDIA GPU Computing Toolkit\cudnn\include;C:\Program Files\NVIDIA GPU Computing Toolkit\cudnn\bin;C:\Program Files\Microsoft Visual Studio\2022\Professional\VC\Tools\MSVC\14.34.31933\bin\Hostx64\x64;C:\mingw64\bin;C:\Program Files\Microsoft\jdk-11.0.12.7-hotspot\bin;C:\Program Files\Common Files\Oracle\Java\javapath;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\OpenSSH\;C:\Program Files\dotnet\;C:\Program Files (x86)\scala\bin;C:\Program Files (x86)\sbt\bin;C:\Program Files (x86)\Go\bin;C:\Program Files (x86)\Paragon Software\APFS for Windows\;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\WINDOWS\System32\OpenSSH\;C:\Program Files\Git\cmd;C:\Program Files\Microsoft SQL Server\150\Tools\Binn\;C:\Program Files\Microsoft SQL Server\Client SDK\ODBC\170\Tools\Binn\;C:\Program Files\CMake\bin;C:\Program Files\NVIDIA Corporation\Nsight Compute 2023.2.1\;C:\Users\hai71\anaconda3\Library\bin;;C:\Program Files\Docker\Docker\resources\bin;C:\Program Files\NVIDIA Corporation\Nsight Compute 2024.3.2\;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\Program Files\NVIDIA Corporation\NVIDIA NvDLISR;C:\Users\hai71\.cargo\bin;C:\Users\hai71\AppData\Local\Microsoft\WindowsApps;C:\Program Files\JetBrains\IntelliJ IDEA 2024.3.1.1\bin;;C:\Program Files\JetBrains\PyCharm 2022.3.2\bin;;C:\Program Files\JetBrains\CLion 2022.3.2\bin;;C:\Program Files\JetBrains\GoLand 2022.3.2\bin;;C:\Program Files\JetBrains\DataSpell 2022.3.2\bin;;C:\Users\hai71\go\bin;C:\Users\hai71\.dotnet\tools;C:\Users\hai71\AppData\Local\Programs\Microsoft VS Code\bin;C:\Users\hai71\AppData\Local\GitHubDesktop\bin;C:\winutils_master_hadoop-3.3.1\bin;;C:\Program Files\JetBrains\RustRover 2024.3.2\bin;;.
Debug: Loading C:\Users\hai71\.javacpp\cache\cuda-12.6-9.5-1.5.11-windows-x86_64-redist.jar\org\bytedeco\cuda\windows-x86_64\nvrtc64_120_0.dll
Debug: Loading C:\Users\hai71\.javacpp\cache\cuda-12.6-9.5-1.5.11-windows-x86_64-redist.jar\org\bytedeco\cuda\windows-x86_64\nvrtc-builtins64_126.dll
Debug: Loading library myelin64_1
Debug: Failed to load for myelin64_1: java.lang.UnsatisfiedLinkError: no myelin64_1 in java.library.path: C:\Users\hai71\.jdks\openjdk-23.0.1\bin;C:\WINDOWS\Sun\Java\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.6\bin;C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.6\libnvvp;;C:\Program Files\Microsoft MPI\Bin\;C:\Program Files (x86)\Common Files\Oracle\Java\javapath;C:\Apps\vcpkg\vcpkg;C:\libtorch\include\torch\csrc\api\include;C:\libtorch\include;C:\libtorch\lib;C:\libtorch\bin;C:\Program Files\NVIDIA GPU Computing Toolkit\cudnn\lib;C:\Program Files\NVIDIA GPU Computing Toolkit\cudnn\include;C:\Program Files\NVIDIA GPU Computing Toolkit\cudnn\bin;C:\Program Files\Microsoft Visual Studio\2022\Professional\VC\Tools\MSVC\14.34.31933\bin\Hostx64\x64;C:\mingw64\bin;C:\Program Files\Microsoft\jdk-11.0.12.7-hotspot\bin;C:\Program Files\Common Files\Oracle\Java\javapath;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\OpenSSH\;C:\Program Files\dotnet\;C:\Program Files (x86)\scala\bin;C:\Program Files (x86)\sbt\bin;C:\Program Files (x86)\Go\bin;C:\Program Files (x86)\Paragon Software\APFS for Windows\;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\WINDOWS\System32\OpenSSH\;C:\Program Files\Git\cmd;C:\Program Files\Microsoft SQL Server\150\Tools\Binn\;C:\Program Files\Microsoft SQL Server\Client SDK\ODBC\170\Tools\Binn\;C:\Program Files\CMake\bin;C:\Program Files\NVIDIA Corporation\Nsight Compute 2023.2.1\;C:\Users\hai71\anaconda3\Library\bin;;C:\Program Files\Docker\Docker\resources\bin;C:\Program Files\NVIDIA Corporation\Nsight Compute 2024.3.2\;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\Program Files\NVIDIA Corporation\NVIDIA NvDLISR;C:\Users\hai71\.cargo\bin;C:\Users\hai71\AppData\Local\Microsoft\WindowsApps;C:\Program Files\JetBrains\IntelliJ IDEA 2024.3.1.1\bin;;C:\Program Files\JetBrains\PyCharm 2022.3.2\bin;;C:\Program Files\JetBrains\CLion 2022.3.2\bin;;C:\Program Files\JetBrains\GoLand 2022.3.2\bin;;C:\Program Files\JetBrains\DataSpell 2022.3.2\bin;;C:\Users\hai71\go\bin;C:\Users\hai71\.dotnet\tools;C:\Users\hai71\AppData\Local\Programs\Microsoft VS Code\bin;C:\Users\hai71\AppData\Local\GitHubDesktop\bin;C:\winutils_master_hadoop-3.3.1\bin;;C:\Program Files\JetBrains\RustRover 2024.3.2\bin;;.
Debug: Loading library nvinfer64_10
Debug: Failed to load for nvinfer64_10: java.lang.UnsatisfiedLinkError: no nvinfer64_10 in java.library.path: C:\Users\hai71\.jdks\openjdk-23.0.1\bin;C:\WINDOWS\Sun\Java\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.6\bin;C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.6\libnvvp;;C:\Program Files\Microsoft MPI\Bin\;C:\Program Files (x86)\Common Files\Oracle\Java\javapath;C:\Apps\vcpkg\vcpkg;C:\libtorch\include\torch\csrc\api\include;C:\libtorch\include;C:\libtorch\lib;C:\libtorch\bin;C:\Program Files\NVIDIA GPU Computing Toolkit\cudnn\lib;C:\Program Files\NVIDIA GPU Computing Toolkit\cudnn\include;C:\Program Files\NVIDIA GPU Computing Toolkit\cudnn\bin;C:\Program Files\Microsoft Visual Studio\2022\Professional\VC\Tools\MSVC\14.34.31933\bin\Hostx64\x64;C:\mingw64\bin;C:\Program Files\Microsoft\jdk-11.0.12.7-hotspot\bin;C:\Program Files\Common Files\Oracle\Java\javapath;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\OpenSSH\;C:\Program Files\dotnet\;C:\Program Files (x86)\scala\bin;C:\Program Files (x86)\sbt\bin;C:\Program Files (x86)\Go\bin;C:\Program Files (x86)\Paragon Software\APFS for Windows\;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\WINDOWS\System32\OpenSSH\;C:\Program Files\Git\cmd;C:\Program Files\Microsoft SQL Server\150\Tools\Binn\;C:\Program Files\Microsoft SQL Server\Client SDK\ODBC\170\Tools\Binn\;C:\Program Files\CMake\bin;C:\Program Files\NVIDIA Corporation\Nsight Compute 2023.2.1\;C:\Users\hai71\anaconda3\Library\bin;;C:\Program Files\Docker\Docker\resources\bin;C:\Program Files\NVIDIA Corporation\Nsight Compute 2024.3.2\;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\Program Files\NVIDIA Corporation\NVIDIA NvDLISR;C:\Users\hai71\.cargo\bin;C:\Users\hai71\AppData\Local\Microsoft\WindowsApps;C:\Program Files\JetBrains\IntelliJ IDEA 2024.3.1.1\bin;;C:\Program Files\JetBrains\PyCharm 2022.3.2\bin;;C:\Program Files\JetBrains\CLion 2022.3.2\bin;;C:\Program Files\JetBrains\GoLand 2022.3.2\bin;;C:\Program Files\JetBrains\DataSpell 2022.3.2\bin;;C:\Users\hai71\go\bin;C:\Users\hai71\.dotnet\tools;C:\Users\hai71\AppData\Local\Programs\Microsoft VS Code\bin;C:\Users\hai71\AppData\Local\GitHubDesktop\bin;C:\winutils_master_hadoop-3.3.1\bin;;C:\Program Files\JetBrains\RustRover 2024.3.2\bin;;.
Debug: Loading C:\Users\hai71\.javacpp\cache\cuda-12.6-9.5-1.5.11-windows-x86_64-redist.jar\org\bytedeco\cuda\windows-x86_64\cudnn_graph64_9.dll
Debug: Loading C:\Users\hai71\.javacpp\cache\cuda-12.6-9.5-1.5.11-windows-x86_64-redist.jar\org\bytedeco\cuda\windows-x86_64\cudnn_engines_precompiled64_9.dll
Debug: Loading C:\Users\hai71\.javacpp\cache\cuda-12.6-9.5-1.5.11-windows-x86_64-redist.jar\org\bytedeco\cuda\windows-x86_64\cudnn_engines_runtime_compiled64_9.dll
Debug: Loading C:\Users\hai71\.javacpp\cache\cuda-12.6-9.5-1.5.11-windows-x86_64-redist.jar\org\bytedeco\cuda\windows-x86_64\cudnn_heuristic64_9.dll
Debug: Loading C:\Users\hai71\.javacpp\cache\cuda-12.6-9.5-1.5.11-windows-x86_64-redist.jar\org\bytedeco\cuda\windows-x86_64\cudnn_ops64_9.dll
Debug: Loading C:\Users\hai71\.javacpp\cache\cuda-12.6-9.5-1.5.11-windows-x86_64-redist.jar\org\bytedeco\cuda\windows-x86_64\cudnn_adv64_9.dll
Debug: Loading C:\Users\hai71\.javacpp\cache\cuda-12.6-9.5-1.5.11-windows-x86_64-redist.jar\org\bytedeco\cuda\windows-x86_64\cudnn_cnn64_9.dll
Debug: Loading C:\Users\hai71\.javacpp\cache\pytorch-2.5.1-1.5.11-windows-x86_64-gpu.jar\org\bytedeco\pytorch\windows-x86_64-gpu\uv.dll
Debug: Loading C:\Users\hai71\.javacpp\cache\pytorch-2.5.1-1.5.11-windows-x86_64-gpu.jar\org\bytedeco\pytorch\windows-x86_64-gpu\asmjit.dll
Debug: Loading C:\Users\hai71\.javacpp\cache\pytorch-2.5.1-1.5.11-windows-x86_64-gpu.jar\org\bytedeco\pytorch\windows-x86_64-gpu\fbgemm.dll
Debug: Loading C:\Users\hai71\.javacpp\cache\pytorch-2.5.1-1.5.11-windows-x86_64-gpu.jar\org\bytedeco\pytorch\windows-x86_64-gpu\c10_cuda.dll
Debug: Failed to load C:\Users\hai71\.javacpp\cache\pytorch-2.5.1-1.5.11-windows-x86_64-gpu.jar\org\bytedeco\pytorch\windows-x86_64-gpu\c10_cuda.dll: java.lang.UnsatisfiedLinkError: C:\Users\hai71\.javacpp\cache\pytorch-2.5.1-1.5.11-windows-x86_64-gpu.jar\org\bytedeco\pytorch\windows-x86_64-gpu\c10_cuda.dll: Can't find dependent libraries
Debug: Loading library c10_cuda
Debug: Failed to load for c10_cuda: java.lang.UnsatisfiedLinkError: no c10_cuda in java.library.path: C:\Users\hai71\.jdks\openjdk-23.0.1\bin;C:\WINDOWS\Sun\Java\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.6\bin;C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.6\libnvvp;;C:\Program Files\Microsoft MPI\Bin\;C:\Program Files (x86)\Common Files\Oracle\Java\javapath;C:\Apps\vcpkg\vcpkg;C:\libtorch\include\torch\csrc\api\include;C:\libtorch\include;C:\libtorch\lib;C:\libtorch\bin;C:\Program Files\NVIDIA GPU Computing Toolkit\cudnn\lib;C:\Program Files\NVIDIA GPU Computing Toolkit\cudnn\include;C:\Program Files\NVIDIA GPU Computing Toolkit\cudnn\bin;C:\Program Files\Microsoft Visual Studio\2022\Professional\VC\Tools\MSVC\14.34.31933\bin\Hostx64\x64;C:\mingw64\bin;C:\Program Files\Microsoft\jdk-11.0.12.7-hotspot\bin;C:\Program Files\Common Files\Oracle\Java\javapath;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\OpenSSH\;C:\Program Files\dotnet\;C:\Program Files (x86)\scala\bin;C:\Program Files (x86)\sbt\bin;C:\Program Files (x86)\Go\bin;C:\Program Files (x86)\Paragon Software\APFS for Windows\;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\WINDOWS\System32\OpenSSH\;C:\Program Files\Git\cmd;C:\Program Files\Microsoft SQL Server\150\Tools\Binn\;C:\Program Files\Microsoft SQL Server\Client SDK\ODBC\170\Tools\Binn\;C:\Program Files\CMake\bin;C:\Program Files\NVIDIA Corporation\Nsight Compute 2023.2.1\;C:\Users\hai71\anaconda3\Library\bin;;C:\Program Files\Docker\Docker\resources\bin;C:\Program Files\NVIDIA Corporation\Nsight Compute 2024.3.2\;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\Program Files\NVIDIA Corporation\NVIDIA NvDLISR;C:\Users\hai71\.cargo\bin;C:\Users\hai71\AppData\Local\Microsoft\WindowsApps;C:\Program Files\JetBrains\IntelliJ IDEA 2024.3.1.1\bin;;C:\Program Files\JetBrains\PyCharm 2022.3.2\bin;;C:\Program Files\JetBrains\CLion 2022.3.2\bin;;C:\Program Files\JetBrains\GoLand 2022.3.2\bin;;C:\Program Files\JetBrains\DataSpell 2022.3.2\bin;;C:\Users\hai71\go\bin;C:\Users\hai71\.dotnet\tools;C:\Users\hai71\AppData\Local\Programs\Microsoft VS Code\bin;C:\Users\hai71\AppData\Local\GitHubDesktop\bin;C:\winutils_master_hadoop-3.3.1\bin;;C:\Program Files\JetBrains\RustRover 2024.3.2\bin;;.
Debug: Loading C:\Users\hai71\.javacpp\cache\pytorch-2.5.1-1.5.11-windows-x86_64-gpu.jar\org\bytedeco\pytorch\windows-x86_64-gpu\torch_cuda.dll
Debug: Failed to load C:\Users\hai71\.javacpp\cache\pytorch-2.5.1-1.5.11-windows-x86_64-gpu.jar\org\bytedeco\pytorch\windows-x86_64-gpu\torch_cuda.dll: java.lang.UnsatisfiedLinkError: C:\Users\hai71\.javacpp\cache\pytorch-2.5.1-1.5.11-windows-x86_64-gpu.jar\org\bytedeco\pytorch\windows-x86_64-gpu\torch_cuda.dll: Can't find dependent libraries
Debug: Loading library torch_cuda
Debug: Failed to load for torch_cuda: java.lang.UnsatisfiedLinkError: no torch_cuda in java.library.path: C:\Users\hai71\.jdks\openjdk-23.0.1\bin;C:\WINDOWS\Sun\Java\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.6\bin;C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.6\libnvvp;;C:\Program Files\Microsoft MPI\Bin\;C:\Program Files (x86)\Common Files\Oracle\Java\javapath;C:\Apps\vcpkg\vcpkg;C:\libtorch\include\torch\csrc\api\include;C:\libtorch\include;C:\libtorch\lib;C:\libtorch\bin;C:\Program Files\NVIDIA GPU Computing Toolkit\cudnn\lib;C:\Program Files\NVIDIA GPU Computing Toolkit\cudnn\include;C:\Program Files\NVIDIA GPU Computing Toolkit\cudnn\bin;C:\Program Files\Microsoft Visual Studio\2022\Professional\VC\Tools\MSVC\14.34.31933\bin\Hostx64\x64;C:\mingw64\bin;C:\Program Files\Microsoft\jdk-11.0.12.7-hotspot\bin;C:\Program Files\Common Files\Oracle\Java\javapath;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\OpenSSH\;C:\Program Files\dotnet\;C:\Program Files (x86)\scala\bin;C:\Program Files (x86)\sbt\bin;C:\Program Files (x86)\Go\bin;C:\Program Files (x86)\Paragon Software\APFS for Windows\;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\WINDOWS\System32\OpenSSH\;C:\Program Files\Git\cmd;C:\Program Files\Microsoft SQL Server\150\Tools\Binn\;C:\Program Files\Microsoft SQL Server\Client SDK\ODBC\170\Tools\Binn\;C:\Program Files\CMake\bin;C:\Program Files\NVIDIA Corporation\Nsight Compute 2023.2.1\;C:\Users\hai71\anaconda3\Library\bin;;C:\Program Files\Docker\Docker\resources\bin;C:\Program Files\NVIDIA Corporation\Nsight Compute 2024.3.2\;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\Program Files\NVIDIA Corporation\NVIDIA NvDLISR;C:\Users\hai71\.cargo\bin;C:\Users\hai71\AppData\Local\Microsoft\WindowsApps;C:\Program Files\JetBrains\IntelliJ IDEA 2024.3.1.1\bin;;C:\Program Files\JetBrains\PyCharm 2022.3.2\bin;;C:\Program Files\JetBrains\CLion 2022.3.2\bin;;C:\Program Files\JetBrains\GoLand 2022.3.2\bin;;C:\Program Files\JetBrains\DataSpell 2022.3.2\bin;;C:\Users\hai71\go\bin;C:\Users\hai71\.dotnet\tools;C:\Users\hai71\AppData\Local\Programs\Microsoft VS Code\bin;C:\Users\hai71\AppData\Local\GitHubDesktop\bin;C:\winutils_master_hadoop-3.3.1\bin;;C:\Program Files\JetBrains\RustRover 2024.3.2\bin;;.
Debug: Loading library nvToolsExt
Debug: Failed to load for [email protected]: java.lang.UnsatisfiedLinkError: no nvToolsExt in java.library.path: C:\Users\hai71\.jdks\openjdk-23.0.1\bin;C:\WINDOWS\Sun\Java\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.6\bin;C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.6\libnvvp;;C:\Program Files\Microsoft MPI\Bin\;C:\Program Files (x86)\Common Files\Oracle\Java\javapath;C:\Apps\vcpkg\vcpkg;C:\libtorch\include\torch\csrc\api\include;C:\libtorch\include;C:\libtorch\lib;C:\libtorch\bin;C:\Program Files\NVIDIA GPU Computing Toolkit\cudnn\lib;C:\Program Files\NVIDIA GPU Computing Toolkit\cudnn\include;C:\Program Files\NVIDIA GPU Computing Toolkit\cudnn\bin;C:\Program Files\Microsoft Visual Studio\2022\Professional\VC\Tools\MSVC\14.34.31933\bin\Hostx64\x64;C:\mingw64\bin;C:\Program Files\Microsoft\jdk-11.0.12.7-hotspot\bin;C:\Program Files\Common Files\Oracle\Java\javapath;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\OpenSSH\;C:\Program Files\dotnet\;C:\Program Files (x86)\scala\bin;C:\Program Files (x86)\sbt\bin;C:\Program Files (x86)\Go\bin;C:\Program Files (x86)\Paragon Software\APFS for Windows\;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\WINDOWS\System32\OpenSSH\;C:\Program Files\Git\cmd;C:\Program Files\Microsoft SQL Server\150\Tools\Binn\;C:\Program Files\Microsoft SQL Server\Client SDK\ODBC\170\Tools\Binn\;C:\Program Files\CMake\bin;C:\Program Files\NVIDIA Corporation\Nsight Compute 2023.2.1\;C:\Users\hai71\anaconda3\Library\bin;;C:\Program Files\Docker\Docker\resources\bin;C:\Program Files\NVIDIA Corporation\Nsight Compute 2024.3.2\;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\Program Files\NVIDIA Corporation\NVIDIA NvDLISR;C:\Users\hai71\.cargo\bin;C:\Users\hai71\AppData\Local\Microsoft\WindowsApps;C:\Program Files\JetBrains\IntelliJ IDEA 2024.3.1.1\bin;;C:\Program Files\JetBrains\PyCharm 2022.3.2\bin;;C:\Program Files\JetBrains\CLion 2022.3.2\bin;;C:\Program Files\JetBrains\GoLand 2022.3.2\bin;;C:\Program Files\JetBrains\DataSpell 2022.3.2\bin;;C:\Users\hai71\go\bin;C:\Users\hai71\.dotnet\tools;C:\Users\hai71\AppData\Local\Programs\Microsoft VS Code\bin;C:\Users\hai71\AppData\Local\GitHubDesktop\bin;C:\winutils_master_hadoop-3.3.1\bin;;C:\Program Files\JetBrains\RustRover 2024.3.2\bin;;.
Debug: Loading C:\Users\hai71\.javacpp\cache\cuda-12.6-9.5-1.5.11-windows-x86_64-redist.jar\org\bytedeco\cuda\windows-x86_64\nvToolsExt64_1.dll
Debug: Loading C:\Users\hai71\.javacpp\cache\pytorch-2.5.1-1.5.11-windows-x86_64-gpu.jar\org\bytedeco\pytorch\windows-x86_64-gpu\c10.dll
Debug: Loading C:\Users\hai71\.javacpp\cache\pytorch-2.5.1-1.5.11-windows-x86_64-gpu.jar\org\bytedeco\pytorch\windows-x86_64-gpu\torch.dll
Debug: Failed to load C:\Users\hai71\.javacpp\cache\pytorch-2.5.1-1.5.11-windows-x86_64-gpu.jar\org\bytedeco\pytorch\windows-x86_64-gpu\torch.dll: java.lang.UnsatisfiedLinkError: C:\Users\hai71\.javacpp\cache\pytorch-2.5.1-1.5.11-windows-x86_64-gpu.jar\org\bytedeco\pytorch\windows-x86_64-gpu\torch.dll: Can't find dependent libraries
Debug: Loading C:\Users\hai71\.javacpp\cache\pytorch-2.5.1-1.5.11-windows-x86_64.jar\org\bytedeco\pytorch\windows-x86_64\torch.dll
Debug: Loading C:\Users\hai71\.javacpp\cache\pytorch-2.5.1-1.5.11-windows-x86_64-gpu.jar\org\bytedeco\pytorch\windows-x86_64-gpu\torch_cpu.dll
Debug: Loading C:\Users\hai71\.javacpp\cache\pytorch-2.5.1-1.5.11-windows-x86_64-gpu.jar\org\bytedeco\pytorch\windows-x86_64-gpu\jnitorch.dll
Using device: Device(CPU,-1)
Debug: Loading class org.bytedeco.javacpp.presets.javacpp
Debug: Loading class org.bytedeco.openblas.global.openblas_nolapack
Debug: Loading class org.bytedeco.openblas.global.openblas
Debug: Loading class org.bytedeco.javacpp.global.chrono
Debug: Loading class org.bytedeco.pytorch.global.torch
Debug: Loading class org.bytedeco.pytorch.Module
Debug: Loading C:\Users\hai71\.javacpp\cache\pytorch-2.5.1-1.5.11-windows-x86_64-gpu.jar\org\bytedeco\pytorch\windows-x86_64-gpu\c10_cuda.dll
Debug: Loading C:\Users\hai71\.javacpp\cache\pytorch-2.5.1-1.5.11-windows-x86_64-gpu.jar\org\bytedeco\pytorch\windows-x86_64-gpu\torch_cuda.dll
Debug: Registering org.bytedeco.pytorch.Module[address=0x1fbb242c180,position=0,limit=0,capacity=0,deallocator=org.bytedeco.javacpp.Pointer$NativeDeallocator[ownerAddress=0x1fbb235c0e0,deallocatorAddress=0x7ff84b833480]]
Debug: Registering org.bytedeco.pytorch.Module[address=0x1fbb242b6a0,position=0,limit=0,capacity=0,deallocator=org.bytedeco.javacpp.Pointer$NativeDeallocator[ownerAddress=0x1fbb235cee0,deallocatorAddress=0x7ff84b833480]]
Debug: Loading class org.bytedeco.javacpp.presets.javacpp
Debug: Loading class org.bytedeco.openblas.global.openblas_nolapack
Debug: Loading class org.bytedeco.openblas.global.openblas
Debug: Loading class org.bytedeco.javacpp.global.chrono
Debug: Loading class org.bytedeco.pytorch.global.torch
Debug: Loading class org.bytedeco.pytorch.LSTMOptions
Debug: Registering org.bytedeco.pytorch.LSTMOptions[address=0x1fbb24c16e0,position=0,limit=1,capacity=1,deallocator=org.bytedeco.javacpp.Pointer$NativeDeallocator[ownerAddress=0x1fbb24c16e0,deallocatorAddress=0x7ff84af09350]]
Debug: Loading class org.bytedeco.javacpp.presets.javacpp
Debug: Loading class org.bytedeco.javacpp.BoolPointer
Debug: Loading class org.bytedeco.javacpp.presets.javacpp
Debug: Loading class org.bytedeco.javacpp.DoublePointer
Debug: Loading class org.bytedeco.javacpp.presets.javacpp
Debug: Loading class org.bytedeco.javacpp.LongPointer
Debug: Loading class org.bytedeco.javacpp.presets.javacpp
Debug: Loading class org.bytedeco.openblas.global.openblas_nolapack
Debug: Loading class org.bytedeco.openblas.global.openblas
Debug: Loading class org.bytedeco.javacpp.global.chrono
Debug: Loading class org.bytedeco.pytorch.global.torch
Debug: Loading class org.bytedeco.pytorch.LSTMImplCloneable
Debug: Loading class org.bytedeco.javacpp.presets.javacpp
Debug: Loading class org.bytedeco.openblas.global.openblas_nolapack
Debug: Loading class org.bytedeco.openblas.global.openblas
Debug: Loading class org.bytedeco.javacpp.global.chrono
Debug: Loading class org.bytedeco.pytorch.global.torch
Debug: Loading class org.bytedeco.pytorch.LSTMImplBase
Debug: Loading class org.bytedeco.javacpp.presets.javacpp
Debug: Loading class org.bytedeco.openblas.global.openblas_nolapack
Debug: Loading class org.bytedeco.openblas.global.openblas
Debug: Loading class org.bytedeco.javacpp.global.chrono
Debug: Loading class org.bytedeco.pytorch.global.torch
Debug: Loading class org.bytedeco.pytorch.LSTMImpl
Debug: Registering org.bytedeco.pytorch.LSTMImpl[address=0x1fbb1451c40,position=0,limit=0,capacity=0,deallocator=org.bytedeco.javacpp.Pointer$NativeDeallocator[ownerAddress=0x1fbb235d560,deallocatorAddress=0x7ff84b833480]]
Debug: Registering org.bytedeco.pytorch.Module[address=0x1fbb24285b0,position=0,limit=0,capacity=0,deallocator=org.bytedeco.javacpp.Pointer$NativeDeallocator[ownerAddress=0x1fbb235f5c0,deallocatorAddress=0x7ff84b833480]]
Debug: Loading class org.bytedeco.javacpp.presets.javacpp
Debug: Loading class org.bytedeco.openblas.global.openblas_nolapack
Debug: Loading class org.bytedeco.openblas.global.openblas
Debug: Loading class org.bytedeco.javacpp.global.chrono
Debug: Loading class org.bytedeco.pytorch.global.torch
Debug: Loading class org.bytedeco.pytorch.LinearOptions
Debug: Registering org.bytedeco.pytorch.LinearOptions[address=0x1fbb235f820,position=0,limit=1,capacity=1,deallocator=org.bytedeco.javacpp.Pointer$NativeDeallocator[ownerAddress=0x1fbb235f820,deallocatorAddress=0x7ff84af08c50]]
Debug: Loading class org.bytedeco.javacpp.presets.javacpp
Debug: Loading class org.bytedeco.openblas.global.openblas_nolapack
Debug: Loading class org.bytedeco.openblas.global.openblas
Debug: Loading class org.bytedeco.javacpp.global.chrono
Debug: Loading class org.bytedeco.pytorch.global.torch
Debug: Loading class org.bytedeco.pytorch.LinearImplCloneable
Debug: Loading class org.bytedeco.javacpp.presets.javacpp
Debug: Loading class org.bytedeco.openblas.global.openblas_nolapack
Debug: Loading class org.bytedeco.openblas.global.openblas
Debug: Loading class org.bytedeco.javacpp.global.chrono
Debug: Loading class org.bytedeco.pytorch.global.torch
Debug: Loading class org.bytedeco.pytorch.LinearImpl
Debug: Registering org.bytedeco.pytorch.LinearImpl[address=0x1fbb1cef390,position=0,limit=0,capacity=0,deallocator=org.bytedeco.javacpp.Pointer$NativeDeallocator[ownerAddress=0x1fbb235f460,deallocatorAddress=0x7ff84b833480]]
Debug: Loading class org.bytedeco.javacpp.presets.javacpp
Debug: Loading class org.bytedeco.openblas.global.openblas_nolapack
Debug: Loading class org.bytedeco.openblas.global.openblas
Debug: Loading class org.bytedeco.javacpp.global.chrono
Debug: Loading class org.bytedeco.pytorch.global.torch
Debug: Loading class org.bytedeco.pytorch.Device
Debug: Registering org.bytedeco.pytorch.Device[address=0x1fbb19f9650,position=0,limit=1,capacity=1,deallocator=org.bytedeco.javacpp.Pointer$NativeDeallocator[ownerAddress=0x1fbb19f9650,deallocatorAddress=0x7ff84af085a0]]
Debug: Loading class org.bytedeco.javacpp.presets.javacpp
Debug: Loading class org.bytedeco.openblas.global.openblas_nolapack
Debug: Loading class org.bytedeco.openblas.global.openblas
Debug: Loading class org.bytedeco.javacpp.global.chrono
Debug: Loading class org.bytedeco.pytorch.global.torch
Debug: Loading class org.bytedeco.pytorch.MNISTBatchDataset
Debug: Loading class org.bytedeco.javacpp.presets.javacpp
Debug: Loading class org.bytedeco.openblas.global.openblas_nolapack
Debug: Loading class org.bytedeco.openblas.global.openblas
Debug: Loading class org.bytedeco.javacpp.global.chrono
Debug: Loading class org.bytedeco.pytorch.global.torch
Debug: Loading class org.bytedeco.pytorch.MNISTDataset
Debug: Loading class org.bytedeco.javacpp.presets.javacpp
Debug: Loading class org.bytedeco.openblas.global.openblas_nolapack
Debug: Loading class org.bytedeco.openblas.global.openblas
Debug: Loading class org.bytedeco.javacpp.global.chrono
Debug: Loading class org.bytedeco.pytorch.global.torch
Debug: Loading class org.bytedeco.pytorch.MNIST
Debug: Registering org.bytedeco.pytorch.MNIST[address=0x1fbb235fd60,position=0,limit=1,capacity=1,deallocator=org.bytedeco.javacpp.Pointer$NativeDeallocator[ownerAddress=0x1fbb235fd60,deallocatorAddress=0x7ff84af07de0]]
Debug: Loading class org.bytedeco.javacpp.presets.javacpp
Debug: Loading class org.bytedeco.openblas.global.openblas_nolapack
Debug: Loading class org.bytedeco.openblas.global.openblas
Debug: Loading class org.bytedeco.javacpp.global.chrono
Debug: Loading class org.bytedeco.pytorch.global.torch
Debug: Loading class org.bytedeco.pytorch.AbstractTensor
Debug: Loading class org.bytedeco.javacpp.presets.javacpp
Debug: Loading class org.bytedeco.openblas.global.openblas_nolapack
Debug: Loading class org.bytedeco.openblas.global.openblas
Debug: Loading class org.bytedeco.javacpp.global.chrono
Debug: Loading class org.bytedeco.pytorch.global.torch
Debug: Loading class org.bytedeco.pytorch.TensorBase
Debug: Loading class org.bytedeco.javacpp.presets.javacpp
Debug: Loading class org.bytedeco.openblas.global.openblas_nolapack
Debug: Loading class org.bytedeco.openblas.global.openblas
Debug: Loading class org.bytedeco.javacpp.global.chrono
Debug: Loading class org.bytedeco.pytorch.global.torch
Debug: Loading class org.bytedeco.pytorch.Tensor
Debug: Registering CPUFloatType
Debug: Registering CPULongType
Debug: Loading class org.bytedeco.javacpp.presets.javacpp
Debug: Loading class org.bytedeco.openblas.global.openblas_nolapack
Debug: Loading class org.bytedeco.openblas.global.openblas
Debug: Loading class org.bytedeco.javacpp.global.chrono
Debug: Loading class org.bytedeco.pytorch.global.torch
Debug: Loading class org.bytedeco.pytorch.LongArrayRef
Debug: Registering org.bytedeco.pytorch.LongArrayRef[address=0x1fa437b8e10,position=0,limit=1,capacity=1,deallocator=org.bytedeco.javacpp.Pointer$NativeDeallocator[ownerAddress=0x1fa437b8e10,deallocatorAddress=0x7ff84af07fb0]]
Debug: Loading class org.bytedeco.javacpp.presets.javacpp
Debug: Loading class org.bytedeco.openblas.global.openblas_nolapack
Debug: Loading class org.bytedeco.openblas.global.openblas
Debug: Loading class org.bytedeco.javacpp.global.chrono
Debug: Loading class org.bytedeco.pytorch.global.torch
Debug: Loading class org.bytedeco.pytorch.LongVector
Debug: Registering [60000, 1, 28, 28]
Debug: Registering org.bytedeco.pytorch.LongArrayRef[address=0x1fa437b9130,position=0,limit=1,capacity=1,deallocator=org.bytedeco.javacpp.Pointer$NativeDeallocator[ownerAddress=0x1fa437b9130,deallocatorAddress=0x7ff84af07fb0]]
Debug: Registering [60000, 1, 28, 28]
Debug: Registering org.bytedeco.pytorch.LongArrayRef[address=0x1fa437b9010,position=0,limit=1,capacity=1,deallocator=org.bytedeco.javacpp.Pointer$NativeDeallocator[ownerAddress=0x1fa437b9010,deallocatorAddress=0x7ff84af07fb0]]
Debug: Registering [60000]
Debug: Registering org.bytedeco.pytorch.MNIST[address=0x1fa437b9070,position=0,limit=1,capacity=1,deallocator=org.bytedeco.javacpp.Pointer$NativeDeallocator[ownerAddress=0x1fa437b9070,deallocatorAddress=0x7ff84af07de0]]
Debug: Registering CPUFloatType
Debug: Registering CPULongType
Debug: Registering org.bytedeco.pytorch.LongArrayRef[address=0x1fa437b8f90,position=0,limit=1,capacity=1,deallocator=org.bytedeco.javacpp.Pointer$NativeDeallocator[ownerAddress=0x1fa437b8f90,deallocatorAddress=0x7ff84af07fb0]]
Debug: Registering [10000, 1, 28, 28]
Debug: Registering org.bytedeco.pytorch.LongArrayRef[address=0x1fa437b9530,position=0,limit=1,capacity=1,deallocator=org.bytedeco.javacpp.Pointer$NativeDeallocator[ownerAddress=0x1fa437b9530,deallocatorAddress=0x7ff84af07fb0]]
Debug: Registering [10000, 1, 28, 28]
Debug: Registering org.bytedeco.pytorch.LongArrayRef[address=0x1fa437b9510,position=0,limit=1,capacity=1,deallocator=org.bytedeco.javacpp.Pointer$NativeDeallocator[ownerAddress=0x1fa437b9510,deallocatorAddress=0x7ff84af07fb0]]
Debug: Registering [10000]
Debug: Registering org.bytedeco.pytorch.Module[address=0x1fbb24268b0,position=0,limit=0,capacity=0,deallocator=org.bytedeco.javacpp.Pointer$NativeDeallocator[ownerAddress=0x1fa437b91b0,deallocatorAddress=0x7ff84b833480]]
Debug: Loading class org.bytedeco.javacpp.presets.javacpp
Debug: Loading class org.bytedeco.openblas.global.openblas_nolapack
Debug: Loading class org.bytedeco.openblas.global.openblas
Debug: Loading class org.bytedeco.javacpp.global.chrono
Debug: Loading class org.bytedeco.pytorch.global.torch
Debug: Loading class org.bytedeco.pytorch.CrossEntropyLossImplCloneable
Debug: Loading class org.bytedeco.javacpp.presets.javacpp
Debug: Loading class org.bytedeco.openblas.global.openblas_nolapack
Debug: Loading class org.bytedeco.openblas.global.openblas
Debug: Loading class org.bytedeco.javacpp.global.chrono
Debug: Loading class org.bytedeco.pytorch.global.torch
Debug: Loading class org.bytedeco.pytorch.CrossEntropyLossImpl
Debug: Registering org.bytedeco.pytorch.CrossEntropyLossImpl[address=0x1fbb2bc5870,position=0,limit=0,capacity=0,deallocator=org.bytedeco.javacpp.Pointer$NativeDeallocator[ownerAddress=0x1fa437b8e70,deallocatorAddress=0x7ff84b833480]]
Debug: Loading class org.bytedeco.javacpp.presets.javacpp
Debug: Loading class org.bytedeco.openblas.global.openblas_nolapack
Debug: Loading class org.bytedeco.openblas.global.openblas
Debug: Loading class org.bytedeco.javacpp.global.chrono
Debug: Loading class org.bytedeco.pytorch.global.torch
Debug: Loading class org.bytedeco.pytorch.TensorVector
Debug: Registering [CPUFloatType, CPUFloatType, CPUFloatType, CPUFloatType, CPUFloatType, CPUFloatType, CPUFloatType, CPUFloatType, CPUFloatType, CPUFloatType]
Debug: Registering [UndefinedType, UndefinedType, UndefinedType, UndefinedType, UndefinedType, UndefinedType, UndefinedType, UndefinedType, UndefinedType, UndefinedType]
Debug: Loading class org.bytedeco.javacpp.presets.javacpp
Debug: Loading class org.bytedeco.openblas.global.openblas_nolapack
Debug: Loading class org.bytedeco.openblas.global.openblas
Debug: Loading class org.bytedeco.javacpp.global.chrono
Debug: Loading class org.bytedeco.pytorch.global.torch
Debug: Loading class org.bytedeco.pytorch.OptimizerOptions
Debug: Loading class org.bytedeco.javacpp.presets.javacpp
Debug: Loading class org.bytedeco.openblas.global.openblas_nolapack
Debug: Loading class org.bytedeco.openblas.global.openblas
Debug: Loading class org.bytedeco.javacpp.global.chrono
Debug: Loading class org.bytedeco.pytorch.global.torch
Debug: Loading class org.bytedeco.pytorch.OptimizerCloneableAdamOptions
Debug: Loading class org.bytedeco.javacpp.presets.javacpp
Debug: Loading class org.bytedeco.openblas.global.openblas_nolapack
Debug: Loading class org.bytedeco.openblas.global.openblas
Debug: Loading class org.bytedeco.javacpp.global.chrono
Debug: Loading class org.bytedeco.pytorch.global.torch
Debug: Loading class org.bytedeco.pytorch.AdamOptions
Debug: Registering org.bytedeco.pytorch.AdamOptions[address=0x1fbb2cb9260,position=0,limit=0,capacity=0,deallocator=org.bytedeco.javacpp.Pointer$NativeDeallocator[ownerAddress=0x1fa4ed27fd0,deallocatorAddress=0x7ff84b834650]]
Debug: Loading class org.bytedeco.javacpp.presets.javacpp
Debug: Loading class org.bytedeco.openblas.global.openblas_nolapack
Debug: Loading class org.bytedeco.openblas.global.openblas
Debug: Loading class org.bytedeco.javacpp.global.chrono
Debug: Loading class org.bytedeco.pytorch.global.torch
Debug: Loading class org.bytedeco.pytorch.Optimizer
Debug: Loading class org.bytedeco.javacpp.presets.javacpp
Debug: Loading class org.bytedeco.openblas.global.openblas_nolapack
Debug: Loading class org.bytedeco.openblas.global.openblas
Debug: Loading class org.bytedeco.javacpp.global.chrono
Debug: Loading class org.bytedeco.pytorch.global.torch
Debug: Loading class org.bytedeco.pytorch.Adam
Debug: Registering org.bytedeco.pytorch.Adam[address=0x1fbb2b7c140,position=0,limit=1,capacity=1,deallocator=org.bytedeco.javacpp.Pointer$NativeDeallocator[ownerAddress=0x1fbb2b7c140,deallocatorAddress=0x7ff84af07de0]]
Debug: Registering org.bytedeco.pytorch.Device[address=0x1fa4ed27f50,position=0,limit=1,capacity=1,deallocator=org.bytedeco.javacpp.Pointer$NativeDeallocator[ownerAddress=0x1fa4ed27f50,deallocatorAddress=0x7ff84af085a0]]
Debug: Registering org.bytedeco.pytorch.Device[address=0x1fa4ed27f00,position=0,limit=1,capacity=1,deallocator=org.bytedeco.javacpp.Pointer$NativeDeallocator[ownerAddress=0x1fa4ed27f00,deallocatorAddress=0x7ff84af085a0]]
Debug: Loading class org.bytedeco.javacpp.presets.javacpp
Debug: Loading class org.bytedeco.openblas.global.openblas_nolapack
Debug: Loading class org.bytedeco.openblas.global.openblas
Debug: Loading class org.bytedeco.javacpp.global.chrono
Debug: Loading class org.bytedeco.pytorch.global.torch
Debug: Loading class org.bytedeco.pytorch.Example
Debug: Registering org.bytedeco.pytorch.Example[address=0x1fa437b9c50,position=0,limit=1,capacity=1,deallocator=org.bytedeco.javacpp.Pointer$NativeDeallocator[ownerAddress=0x1fa437b9c50,deallocatorAddress=0x7ff84af07e80]]
Debug: Loading class org.bytedeco.javacpp.presets.javacpp
Debug: Loading class org.bytedeco.openblas.global.openblas_nolapack
Debug: Loading class org.bytedeco.openblas.global.openblas
Debug: Loading class org.bytedeco.javacpp.global.chrono
Debug: Loading class org.bytedeco.pytorch.global.torch
Debug: Loading class org.bytedeco.pytorch.ExampleVector
Debug: Registering [org.bytedeco.pytorch.Example[address=0x1fa437b9770,position=0,limit=0,capacity=0,deallocator=null]]
Debug: Loading class org.bytedeco.javacpp.presets.javacpp
Debug: Loading class org.bytedeco.openblas.global.openblas_nolapack
Debug: Loading class org.bytedeco.openblas.global.openblas
Debug: Loading class org.bytedeco.javacpp.global.chrono
Debug: Loading class org.bytedeco.pytorch.global.torch
Debug: Loading class org.bytedeco.pytorch.TensorOptions
Debug: Registering org.bytedeco.pytorch.TensorOptions[address=0x1fa4ed27f40,position=0,limit=1,capacity=1,deallocator=org.bytedeco.javacpp.Pointer$NativeDeallocator[ownerAddress=0x1fa4ed27f40,deallocatorAddress=0x7ff84af07d70]]
Debug: Registering CPUDoubleType
Debug: Registering org.bytedeco.pytorch.TensorOptions[address=0x1fa4ed27f90,position=0,limit=1,capacity=1,deallocator=org.bytedeco.javacpp.Pointer$NativeDeallocator[ownerAddress=0x1fa4ed27f90,deallocatorAddress=0x7ff84af07d70]]
Debug: Registering org.bytedeco.pytorch.Device[address=0x1fa4ed27ff0,position=0,limit=1,capacity=1,deallocator=org.bytedeco.javacpp.Pointer$NativeDeallocator[ownerAddress=0x1fa4ed27ff0,deallocatorAddress=0x7ff84af085a0]]
Debug: Registering org.bytedeco.pytorch.TensorOptions[address=0x1fa4ed27f70,position=0,limit=1,capacity=1,deallocator=org.bytedeco.javacpp.Pointer$NativeDeallocator[ownerAddress=0x1fa4ed27f70,deallocatorAddress=0x7ff84af07d70]]
Debug: Registering CPUDoubleType
Debug: Registering org.bytedeco.pytorch.TensorOptions[address=0x1fa4ed27f60,position=0,limit=1,capacity=1,deallocator=org.bytedeco.javacpp.Pointer$NativeDeallocator[ownerAddress=0x1fa4ed27f60,deallocatorAddress=0x7ff84af07d70]]
Debug: Registering org.bytedeco.pytorch.Device[address=0x1fa4ed27fa0,position=0,limit=1,capacity=1,deallocator=org.bytedeco.javacpp.Pointer$NativeDeallocator[ownerAddress=0x1fa4ed27fa0,deallocatorAddress=0x7ff84af085a0]]
Debug: Registering org.bytedeco.pytorch.Example[address=0x1fa437bad50,position=0,limit=1,capacity=1,deallocator=org.bytedeco.javacpp.Pointer$NativeDeallocator[ownerAddress=0x1fa437bad50,deallocatorAddress=0x7ff84af07e80]]
Debug: Registering org.bytedeco.pytorch.TensorOptions[address=0x1fa4ed27ef0,position=0,limit=1,capacity=1,deallocator=org.bytedeco.javacpp.Pointer$NativeDeallocator[ownerAddress=0x1fa4ed27ef0,deallocatorAddress=0x7ff84af07d70]]
Debug: Registering CPUDoubleType
Debug: Registering org.bytedeco.pytorch.TensorOptions[address=0x1fa4ed28030,position=0,limit=1,capacity=1,deallocator=org.bytedeco.javacpp.Pointer$NativeDeallocator[ownerAddress=0x1fa4ed28030,deallocatorAddress=0x7ff84af07d70]]
Debug: Registering org.bytedeco.pytorch.Device[address=0x1fa4ed27fe0,position=0,limit=1,capacity=1,deallocator=org.bytedeco.javacpp.Pointer$NativeDeallocator[ownerAddress=0x1fa4ed27fe0,deallocatorAddress=0x7ff84af085a0]]
Debug: Registering org.bytedeco.pytorch.TensorOptions[address=0x1fa4ed28060,position=0,limit=1,capacity=1,deallocator=org.bytedeco.javacpp.Pointer$NativeDeallocator[ownerAddress=0x1fa4ed28060,deallocatorAddress=0x7ff84af07d70]]
Debug: Registering CPUDoubleType
Debug: Registering org.bytedeco.pytorch.TensorOptions[address=0x1fa4ed27fb0,position=0,limit=1,capacity=1,deallocator=org.bytedeco.javacpp.Pointer$NativeDeallocator[ownerAddress=0x1fa4ed27fb0,deallocatorAddress=0x7ff84af07d70]]
Debug: Registering org.bytedeco.pytorch.Device[address=0x1fa4ed28040,position=0,limit=1,capacity=1,deallocator=org.bytedeco.javacpp.Pointer$NativeDeallocator[ownerAddress=0x1fa4ed28040,deallocatorAddress=0x7ff84af085a0]]
Debug: Registering org.bytedeco.pytorch.Example[address=0x1fa437ba730,position=0,limit=1,capacity=1,deallocator=org.bytedeco.javacpp.Pointer$NativeDeallocator[ownerAddress=0x1fa437ba730,deallocatorAddress=0x7ff84af07e80]]
Debug: Registering org.bytedeco.pytorch.TensorOptions[address=0x1fa4ed27ec0,position=0,limit=1,capacity=1,deallocator=org.bytedeco.javacpp.Pointer$NativeDeallocator[ownerAddress=0x1fa4ed27ec0,deallocatorAddress=0x7ff84af07d70]]
Debug: Registering CPUDoubleType
Debug: Registering org.bytedeco.pytorch.TensorOptions[address=0x1fa489e0820,position=0,limit=1,capacity=1,deallocator=org.bytedeco.javacpp.Pointer$NativeDeallocator[ownerAddress=0x1fa489e0820,deallocatorAddress=0x7ff84af07d70]]
Debug: Registering org.bytedeco.pytorch.Device[address=0x1fa489e07e0,position=0,limit=1,capacity=1,deallocator=org.bytedeco.javacpp.Pointer$NativeDeallocator[ownerAddress=0x1fa489e07e0,deallocatorAddress=0x7ff84af085a0]]
Debug: Registering org.bytedeco.pytorch.TensorOptions[address=0x1fbb167dc50,position=0,limit=1,capacity=1,deallocator=org.bytedeco.javacpp.Pointer$NativeDeallocator[ownerAddress=0x1fbb167dc50,deallocatorAddress=0x7ff84af07d70]]
Debug: Registering CPUDoubleType
Debug: Registering org.bytedeco.pytorch.TensorOptions[address=0x1fbb167dc80,position=0,limit=1,capacity=1,deallocator=org.bytedeco.javacpp.Pointer$NativeDeallocator[ownerAddress=0x1fbb167dc80,deallocatorAddress=0x7ff84af07d70]]
Debug: Registering org.bytedeco.pytorch.Device[address=0x1fbb167dc40,position=0,limit=1,capacity=1,deallocator=org.bytedeco.javacpp.Pointer$NativeDeallocator[ownerAddress=0x1fbb167dc40,deallocatorAddress=0x7ff84af085a0]]
Debug: Registering org.bytedeco.pytorch.Example[address=0x1fa437ba650,position=0,limit=1,capacity=1,deallocator=org.bytedeco.javacpp.Pointer$NativeDeallocator[ownerAddress=0x1fa437ba650,deallocatorAddress=0x7ff84af07e80]]
Debug: Registering org.bytedeco.pytorch.TensorOptions[address=0x1fbb167dd00,position=0,limit=1,capacity=1,deallocator=org.bytedeco.javacpp.Pointer$NativeDeallocator[ownerAddress=0x1fbb167dd00,deallocatorAddress=0x7ff84af07d70]]
Debug: Registering CPUDoubleType
Debug: Registering org.bytedeco.pytorch.TensorOptions[address=0x1fbb167dd10,position=0,limit=1,capacity=1,deallocator=org.bytedeco.javacpp.Pointer$NativeDeallocator[ownerAddress=0x1fbb167dd10,deallocatorAddress=0x7ff84af07d70]]
Debug: Registering org.bytedeco.pytorch.Device[address=0x1fbb167dcf0,position=0,limit=1,capacity=1,deallocator=org.bytedeco.javacpp.Pointer$NativeDeallocator[ownerAddress=0x1fbb167dcf0,deallocatorAddress=0x7ff84af085a0]]
Debug: Registering org.bytedeco.pytorch.TensorOptions[address=0x1fbb167dc60,position=0,limit=1,capacity=1,deallocator=org.bytedeco.javacpp.Pointer$NativeDeallocator[ownerAddress=0x1fbb167dc60,deallocatorAddress=0x7ff84af07d70]]
Debug: Registering CPUDoubleType
Debug: Registering org.bytedeco.pytorch.TensorOptions[address=0x1fbb167dd80,position=0,limit=1,capacity=1,deallocator=org.bytedeco.javacpp.Pointer$NativeDeallocator[ownerAddress=0x1fbb167dd80,deallocatorAddress=0x7ff84af07d70]]
Debug: Registering org.bytedeco.pytorch.Device[address=0x1fbb167dd20,position=0,limit=1,capacity=1,deallocator=org.bytedeco.javacpp.Pointer$NativeDeallocator[ownerAddress=0x1fbb167dd20,deallocatorAddress=0x7ff84af085a0]]
Debug: Registering org.bytedeco.pytorch.Example[address=0x1fa437ba690,position=0,limit=1,capacity=1,deallocator=org.bytedeco.javacpp.Pointer$NativeDeallocator[ownerAddress=0x1fa437ba690,deallocatorAddress=0x7ff84af07e80]]
Debug: Registering org.bytedeco.pytorch.TensorOptions[address=0x1fbb167dd30,position=0,limit=1,capacity=1,deallocator=org.bytedeco.javacpp.Pointer$NativeDeallocator[ownerAddress=0x1fbb167dd30,deallocatorAddress=0x7ff84af07d70]]
Debug: Registering CPUDoubleType
Debug: Registering org.bytedeco.pytorch.TensorOptions[address=0x1fbb167dda0,position=0,limit=1,capacity=1,deallocator=org.bytedeco.javacpp.Pointer$NativeDeallocator[ownerAddress=0x1fbb167dda0,deallocatorAddress=0x7ff84af07d70]]
Debug: Registering org.bytedeco.pytorch.Device[address=0x1fbb167dd40,position=0,limit=1,capacity=1,deallocator=org.bytedeco.javacpp.Pointer$NativeDeallocator[ownerAddress=0x1fbb167dd40,deallocatorAddress=0x7ff84af085a0]]
Debug: Registering org.bytedeco.pytorch.TensorOptions[address=0x1fbb167dd50,position=0,limit=1,capacity=1,deallocator=org.bytedeco.javacpp.Pointer$NativeDeallocator[ownerAddress=0x1fbb167dd50,deallocatorAddress=0x7ff84af07d70]]
Debug: Registering CPUDoubleType
Debug: Registering org.bytedeco.pytorch.TensorOptions[address=0x1fbb167ddd0,position=0,limit=1,capacity=1,deallocator=org.bytedeco.javacpp.Pointer$NativeDeallocator[ownerAddress=0x1fbb167ddd0,deallocatorAddress=0x7ff84af07d70]]
Debug: Registering org.bytedeco.pytorch.Device[address=0x1fbb167dc70,position=0,limit=1,capacity=1,deallocator=org.bytedeco.javacpp.Pointer$NativeDeallocator[ownerAddress=0x1fbb167dc70,deallocatorAddress=0x7ff84af085a0]]
Debug: Registering org.bytedeco.pytorch.Example[address=0x1fa437ba790,position=0,limit=1,capacity=1,deallocator=org.bytedeco.javacpp.Pointer$NativeDeallocator[ownerAddress=0x1fa437ba790,deallocatorAddress=0x7ff84af07e80]]
Debug: Registering org.bytedeco.pytorch.TensorOptions[address=0x1fbb167dc30,position=0,limit=1,capacity=1,deallocator=org.bytedeco.javacpp.Pointer$NativeDeallocator[ownerAddress=0x1fbb167dc30,deallocatorAddress=0x7ff84af07d70]]
Debug: Registering CPUDoubleType
Debug: Registering org.bytedeco.pytorch.TensorOptions[address=0x1fbb167dc90,position=0,limit=1,capacity=1,deallocator=org.bytedeco.javacpp.Pointer$NativeDeallocator[ownerAddress=0x1fbb167dc90,deallocatorAddress=0x7ff84af07d70]]
Debug: Registering org.bytedeco.pytorch.Device[address=0x1fbb167dcd0,position=0,limit=1,capacity=1,deallocator=org.bytedeco.javacpp.Pointer$NativeDeallocator[ownerAddress=0x1fbb167dcd0,deallocatorAddress=0x7ff84af085a0]]
Debug: Registering org.bytedeco.pytorch.TensorOptions[address=0x1fbb167dcb0,position=0,limit=1,capacity=1,deallocator=org.bytedeco.javacpp.Pointer$NativeDeallocator[ownerAddress=0x1fbb167dcb0,deallocatorAddress=0x7ff84af07d70]]
Debug: Registering CPUDoubleType
Debug: Registering org.bytedeco.pytorch.TensorOptions[address=0x1fa4a58ee70,position=0,limit=1,capacity=1,deallocator=org.bytedeco.javacpp.Pointer$NativeDeallocator[ownerAddress=0x1fa4a58ee70,deallocatorAddress=0x7ff84af07d70]]
Debug: Registering org.bytedeco.pytorch.Device[address=0x1fa4a58ef50,position=0,limit=1,capacity=1,deallocator=org.bytedeco.javacpp.Pointer$NativeDeallocator[ownerAddress=0x1fa4a58ef50,deallocatorAddress=0x7ff84af085a0]]
Debug: Registering org.bytedeco.pytorch.Example[address=0x1fa437bae10,position=0,limit=1,capacity=1,deallocator=org.bytedeco.javacpp.Pointer$NativeDeallocator[ownerAddress=0x1fa437bae10,deallocatorAddress=0x7ff84af07e80]]
Debug: Registering org.bytedeco.pytorch.TensorOptions[address=0x1fa4a58eee0,position=0,limit=1,capacity=1,deallocator=org.bytedeco.javacpp.Pointer$NativeDeallocator[ownerAddress=0x1fa4a58eee0,deallocatorAddress=0x7ff84af07d70]]
Debug: Registering CPUDoubleType
Debug: Registering org.bytedeco.pytorch.TensorOptions[address=0x1fa4a58ef90,position=0,limit=1,capacity=1,deallocator=org.bytedeco.javacpp.Pointer$NativeDeallocator[ownerAddress=0x1fa4a58ef90,deallocatorAddress=0x7ff84af07d70]]
Debug: Registering org.bytedeco.pytorch.Device[address=0x1fa4a58ee80,position=0,limit=1,capacity=1,deallocator=org.bytedeco.javacpp.Pointer$NativeDeallocator[ownerAddress=0x1fa4a58ee80,deallocatorAddress=0x7ff84af085a0]]
Debug: Registering org.bytedeco.pytorch.TensorOptions[address=0x1fa4a58efb0,position=0,limit=1,capacity=1,deallocator=org.bytedeco.javacpp.Pointer$NativeDeallocator[ownerAddress=0x1fa4a58efb0,deallocatorAddress=0x7ff84af07d70]]
Debug: Registering CPUDoubleType
Debug: Registering org.bytedeco.pytorch.TensorOptions[address=0x1fa4a58ef60,position=0,limit=1,capacity=1,deallocator=org.bytedeco.javacpp.Pointer$NativeDeallocator[ownerAddress=0x1fa4a58ef60,deallocatorAddress=0x7ff84af07d70]]
Debug: Registering org.bytedeco.pytorch.Device[address=0x1fa4a58ee60,position=0,limit=1,capacity=1,deallocator=org.bytedeco.javacpp.Pointer$NativeDeallocator[ownerAddress=0x1fa4a58ee60,deallocatorAddress=0x7ff84af085a0]]
Debug: Registering org.bytedeco.pytorch.Example[address=0x1fa437ba8b0,position=0,limit=1,capacity=1,deallocator=org.bytedeco.javacpp.Pointer$NativeDeallocator[ownerAddress=0x1fa437ba8b0,deallocatorAddress=0x7ff84af07e80]]
Debug: Registering org.bytedeco.pytorch.TensorOptions[address=0x1fa4a58efa0,position=0,limit=1,capacity=1,deallocator=org.bytedeco.javacpp.Pointer$NativeDeallocator[ownerAddress=0x1fa4a58efa0,deallocatorAddress=0x7ff84af07d70]]
Debug: Registering CPUDoubleType
Debug: Registering org.bytedeco.pytorch.TensorOptions[address=0x1fa4a58efc0,position=0,limit=1,capacity=1,deallocator=org.bytedeco.javacpp.Pointer$NativeDeallocator[ownerAddress=0x1fa4a58efc0,deallocatorAddress=0x7ff84af07d70]]
Debug: Registering org.bytedeco.pytorch.Device[address=0x1fa4a58eec0,position=0,limit=1,capacity=1,deallocator=org.bytedeco.javacpp.Pointer$NativeDeallocator[ownerAddress=0x1fa4a58eec0,deallocatorAddress=0x7ff84af085a0]]
Debug: Registering org.bytedeco.pytorch.TensorOptions[address=0x1fa4a58ef40,position=0,limit=1,capacity=1,deallocator=org.bytedeco.javacpp.Pointer$NativeDeallocator[ownerAddress=0x1fa4a58ef40,deallocatorAddress=0x7ff84af07d70]]
Debug: Registering CPUDoubleType
Debug: Registering org.bytedeco.pytorch.TensorOptions[address=0x1fa4a58ef00,position=0,limit=1,capacity=1,deallocator=org.bytedeco.javacpp.Pointer$NativeDeallocator[ownerAddress=0x1fa4a58ef00,deallocatorAddress=0x7ff84af07d70]]
Debug: Registering org.bytedeco.pytorch.Device[address=0x1fa4a58eff0,position=0,limit=1,capacity=1,deallocator=org.bytedeco.javacpp.Pointer$NativeDeallocator[ownerAddress=0x1fa4a58eff0,deallocatorAddress=0x7ff84af085a0]]
Debug: Registering org.bytedeco.pytorch.Example[address=0x1fa437ba810,position=0,limit=1,capacity=1,deallocator=org.bytedeco.javacpp.Pointer$NativeDeallocator[ownerAddress=0x1fa437ba810,deallocatorAddress=0x7ff84af07e80]]
Debug: Registering [org.bytedeco.pytorch.Example[address=0x1fbb2c31220,position=0,limit=0,capacity=0,deallocator=null], org.bytedeco.pytorch.Example[address=0x1fbb2c31230,position=0,limit=0,capacity=0,deallocator=null], org.bytedeco.pytorch.Example[address=0x1fbb2c31240,position=0,limit=0,capacity=0,deallocator=null], org.bytedeco.pytorch.Example[address=0x1fbb2c31250,position=0,limit=0,capacity=0,deallocator=null], org.bytedeco.pytorch.Example[address=0x1fbb2c31260,position=0,limit=0,capacity=0,deallocator=null], org.bytedeco.pytorch.Example[address=0x1fbb2c31270,position=0,limit=0,capacity=0,deallocator=null], org.bytedeco.pytorch.Example[address=0x1fbb2c31280,position=0,limit=0,capacity=0,deallocator=null], org.bytedeco.pytorch.Example[address=0x1fbb2c31290,position=0,limit=0,capacity=0,deallocator=null]]
Debug: Loading class org.bytedeco.javacpp.presets.javacpp
Debug: Loading class org.bytedeco.openblas.global.openblas_nolapack
Debug: Loading class org.bytedeco.openblas.global.openblas
Debug: Loading class org.bytedeco.javacpp.global.chrono
Debug: Loading class org.bytedeco.pytorch.global.torch
Debug: Loading class org.bytedeco.pytorch.JavaBatchDataset
Debug: Loading class org.bytedeco.javacpp.presets.javacpp
Debug: Loading class org.bytedeco.openblas.global.openblas_nolapack
Debug: Loading class org.bytedeco.openblas.global.openblas
Debug: Loading class org.bytedeco.javacpp.global.chrono
Debug: Loading class org.bytedeco.pytorch.global.torch
Debug: Loading class org.bytedeco.pytorch.JavaDatasetBase
Debug: Loading class org.bytedeco.javacpp.presets.javacpp
Debug: Loading class org.bytedeco.openblas.global.openblas_nolapack
Debug: Loading class org.bytedeco.openblas.global.openblas
Debug: Loading class org.bytedeco.javacpp.global.chrono
Debug: Loading class org.bytedeco.pytorch.global.torch
Debug: Loading class org.bytedeco.pytorch.JavaDataset
Debug: Registering torch.data.dataset.java.JavaDataset[address=0x1fa437ba830,position=0,limit=1,capacity=1,deallocator=org.bytedeco.javacpp.Pointer$NativeDeallocator[ownerAddress=0x1fa437ba830,deallocatorAddress=0x7ff84af08eb0]]
Debug: Loading class org.bytedeco.javacpp.presets.javacpp
Debug: Loading class org.bytedeco.openblas.global.openblas_nolapack
Debug: Loading class org.bytedeco.openblas.global.openblas
Debug: Loading class org.bytedeco.javacpp.global.chrono
Debug: Loading class org.bytedeco.pytorch.global.torch
Debug: Loading class org.bytedeco.pytorch.DataLoaderOptions
Debug: Registering org.bytedeco.pytorch.DataLoaderOptions[address=0x1fbb2cb97e0,position=0,limit=1,capacity=1,deallocator=org.bytedeco.javacpp.Pointer$NativeDeallocator[ownerAddress=0x1fbb2cb97e0,deallocatorAddress=0x7ff84af09350]]
Debug: Loading class org.bytedeco.javacpp.presets.javacpp
Debug: Loading class org.bytedeco.javacpp.SizeTPointer
Debug: Loading class org.bytedeco.javacpp.presets.javacpp
Debug: Loading class org.bytedeco.openblas.global.openblas_nolapack
Debug: Loading class org.bytedeco.openblas.global.openblas
Debug: Loading class org.bytedeco.javacpp.global.chrono
Debug: Loading class org.bytedeco.pytorch.global.torch
Debug: Loading class org.bytedeco.pytorch.JavaRandomDataLoaderBase
Debug: Loading class org.bytedeco.javacpp.presets.javacpp
Debug: Loading class org.bytedeco.openblas.global.openblas_nolapack
Debug: Loading class org.bytedeco.openblas.global.openblas
Debug: Loading class org.bytedeco.javacpp.global.chrono
Debug: Loading class org.bytedeco.pytorch.global.torch
Debug: Loading class org.bytedeco.pytorch.JavaRandomDataLoader
Debug: Loading class org.bytedeco.javacpp.presets.javacpp
Debug: Loading class org.bytedeco.openblas.global.openblas_nolapack
Debug: Loading class org.bytedeco.openblas.global.openblas
Debug: Loading class org.bytedeco.javacpp.global.chrono
Debug: Loading class org.bytedeco.pytorch.global.torch
Debug: Loading class org.bytedeco.pytorch.Sampler
Debug: Loading class org.bytedeco.javacpp.presets.javacpp
Debug: Loading class org.bytedeco.openblas.global.openblas_nolapack
Debug: Loading class org.bytedeco.openblas.global.openblas
Debug: Loading class org.bytedeco.javacpp.global.chrono
Debug: Loading class org.bytedeco.pytorch.global.torch
Debug: Loading class org.bytedeco.pytorch.RandomSampler
Debug: Loading class org.bytedeco.javacpp.presets.javacpp
Debug: Loading class org.bytedeco.openblas.global.openblas_nolapack
Debug: Loading class org.bytedeco.openblas.global.openblas
Debug: Loading class org.bytedeco.javacpp.global.chrono
Debug: Loading class org.bytedeco.pytorch.global.torch
Debug: Loading class org.bytedeco.pytorch.SizeTOptional
Debug: Registering org.bytedeco.pytorch.SizeTOptional[address=0x1fa437bb3b0,position=0,limit=1,capacity=1,deallocator=org.bytedeco.javacpp.Pointer$NativeDeallocator[ownerAddress=0x1fa437bb3b0,deallocatorAddress=0x7ff84af07fb0]]
Debug: Registering torch.data.sampler.RandomSampler[address=0x1fa437bb5b0,position=0,limit=1,capacity=1,deallocator=org.bytedeco.javacpp.Pointer$NativeDeallocator[ownerAddress=0x1fa437bb5b0,deallocatorAddress=0x7ff84af07de0]]
Debug: Registering torch.data.dataloader.RandomDataLoader[address=0x1fbb21eab10,position=0,limit=1,capacity=1,deallocator=org.bytedeco.javacpp.Pointer$NativeDeallocator[ownerAddress=0x1fbb21eab10,deallocatorAddress=0x7ff84af07de0]]
Debug: Loading class org.bytedeco.javacpp.presets.javacpp
Debug: Loading class org.bytedeco.openblas.global.openblas_nolapack
Debug: Loading class org.bytedeco.openblas.global.openblas
Debug: Loading class org.bytedeco.javacpp.global.chrono
Debug: Loading class org.bytedeco.pytorch.global.torch
Debug: Loading class org.bytedeco.pytorch.ExampleVectorIterator
Debug: Loading class org.bytedeco.javacpp.presets.javacpp
Debug: Loading class org.bytedeco.openblas.global.openblas_nolapack
Debug: Loading class org.bytedeco.openblas.global.openblas
Debug: Loading class org.bytedeco.javacpp.global.chrono
Debug: Loading class org.bytedeco.pytorch.global.torch
Debug: Loading class org.bytedeco.pytorch.SizeTArrayRef
Debug: Registering org.bytedeco.pytorch.SizeTArrayRef[address=0x1fa4850fb50,position=0,limit=1,capacity=1,deallocator=org.bytedeco.javacpp.Pointer$NativeDeallocator[ownerAddress=0x1fa4850fb50,deallocatorAddress=0x7ff84af07fb0]]
Debug: Registering org.bytedeco.pytorch.ExampleVectorIterator[address=0x1fa437bb070,position=0,limit=1,capacity=1,deallocator=org.bytedeco.javacpp.Pointer$NativeDeallocator[ownerAddress=0x1fa437bb070,deallocatorAddress=0x7ff84af09070]]
Debug: Registering org.bytedeco.pytorch.ExampleVectorIterator[address=0x1fa437bb090,position=0,limit=1,capacity=1,deallocator=org.bytedeco.javacpp.Pointer$NativeDeallocator[ownerAddress=0x1fa437bb090,deallocatorAddress=0x7ff84af09070]]
Debug: Registering org.bytedeco.pytorch.ExampleVectorIterator[address=0x1fa437bb0f0,position=0,limit=1,capacity=1,deallocator=org.bytedeco.javacpp.Pointer$NativeDeallocator[ownerAddress=0x1fa437bb0f0,deallocatorAddress=0x7ff84af09070]]
Debug: Registering org.bytedeco.pytorch.ExampleVectorIterator[address=0x1fa437bbb50,position=0,limit=1,capacity=1,deallocator=org.bytedeco.javacpp.Pointer$NativeDeallocator[ownerAddress=0x1fa437bbb50,deallocatorAddress=0x7ff84af09070]]
Debug: Registering org.bytedeco.pytorch.ExampleVectorIterator[address=0x1fa437bbb70,position=0,limit=1,capacity=1,deallocator=org.bytedeco.javacpp.Pointer$NativeDeallocator[ownerAddress=0x1fa437bbb70,deallocatorAddress=0x7ff84af09070]]
Debug: Registering org.bytedeco.pytorch.SizeTArrayRef[address=0x1fa4d534200,position=0,limit=1,capacity=1,deallocator=org.bytedeco.javacpp.Pointer$NativeDeallocator[ownerAddress=0x1fa4d534200,deallocatorAddress=0x7ff84af07fb0]]
Debug: Registering org.bytedeco.pytorch.ExampleVectorIterator[address=0x1fa437bbd90,position=0,limit=1,capacity=1,deallocator=org.bytedeco.javacpp.Pointer$NativeDeallocator[ownerAddress=0x1fa437bbd90,deallocatorAddress=0x7ff84af09070]]
Debug: Registering org.bytedeco.pytorch.ExampleVectorIterator[address=0x1fa437bb990,position=0,limit=1,capacity=1,deallocator=org.bytedeco.javacpp.Pointer$NativeDeallocator[ownerAddress=0x1fa437bb990,deallocatorAddress=0x7ff84af09070]]
Debug: Registering org.bytedeco.pytorch.ExampleVectorIterator[address=0x1fa437bbb90,position=0,limit=1,capacity=1,deallocator=org.bytedeco.javacpp.Pointer$NativeDeallocator[ownerAddress=0x1fa437bbb90,deallocatorAddress=0x7ff84af09070]]
Debug: Registering org.bytedeco.pytorch.SizeTArrayRef[address=0x1fa43c07b70,position=0,limit=1,capacity=1,deallocator=org.bytedeco.javacpp.Pointer$NativeDeallocator[ownerAddress=0x1fa43c07b70,deallocatorAddress=0x7ff84af07fb0]]
Debug: Registering org.bytedeco.pytorch.ExampleVectorIterator[address=0x1fa437bbc50,position=0,limit=1,capacity=1,deallocator=org.bytedeco.javacpp.Pointer$NativeDeallocator[ownerAddress=0x1fa437bbc50,deallocatorAddress=0x7ff84af09070]]
Debug: Registering org.bytedeco.pytorch.ExampleVectorIterator[address=0x1fa437bba90,position=0,limit=1,capacity=1,deallocator=org.bytedeco.javacpp.Pointer$NativeDeallocator[ownerAddress=0x1fa437bba90,deallocatorAddress=0x7ff84af09070]]
Debug: Registering org.bytedeco.pytorch.ExampleVectorIterator[address=0x1fa437bbb30,position=0,limit=1,capacity=1,deallocator=org.bytedeco.javacpp.Pointer$NativeDeallocator[ownerAddress=0x1fa437bbb30,deallocatorAddress=0x7ff84af09070]]
Debug: Registering org.bytedeco.pytorch.SizeTArrayRef[address=0x1fbb2caba80,position=0,limit=1,capacity=1,deallocator=org.bytedeco.javacpp.Pointer$NativeDeallocator[ownerAddress=0x1fbb2caba80,deallocatorAddress=0x7ff84af07fb0]]
Debug: Registering org.bytedeco.pytorch.ExampleVectorIterator[address=0x1fa437bb870,position=0,limit=1,capacity=1,deallocator=org.bytedeco.javacpp.Pointer$NativeDeallocator[ownerAddress=0x1fa437bb870,deallocatorAddress=0x7ff84af09070]]
Debug: Registering org.bytedeco.pytorch.ExampleVectorIterator[address=0x1fa437bbdd0,position=0,limit=1,capacity=1,deallocator=org.bytedeco.javacpp.Pointer$NativeDeallocator[ownerAddress=0x1fa437bbdd0,deallocatorAddress=0x7ff84af09070]]
Debug: Registering org.bytedeco.pytorch.ExampleVectorIterator[address=0x1fa437bbc10,position=0,limit=1,capacity=1,deallocator=org.bytedeco.javacpp.Pointer$NativeDeallocator[ownerAddress=0x1fa437bbc10,deallocatorAddress=0x7ff84af09070]]
Debug: Registering org.bytedeco.pytorch.SizeTArrayRef[address=0x1fa4d5357b0,position=0,limit=1,capacity=1,deallocator=org.bytedeco.javacpp.Pointer$NativeDeallocator[ownerAddress=0x1fa4d5357b0,deallocatorAddress=0x7ff84af07fb0]]
Debug: Registering org.bytedeco.pytorch.ExampleVectorIterator[address=0x1fa437bbad0,position=0,limit=1,capacity=1,deallocator=org.bytedeco.javacpp.Pointer$NativeDeallocator[ownerAddress=0x1fa437bbad0,deallocatorAddress=0x7ff84af09070]]
Debug: Registering org.bytedeco.pytorch.ExampleVectorIterator[address=0x1fa437bbc70,position=0,limit=1,capacity=1,deallocator=org.bytedeco.javacpp.Pointer$NativeDeallocator[ownerAddress=0x1fa437bbc70,deallocatorAddress=0x7ff84af09070]]
Debug: Registering org.bytedeco.pytorch.SizeTArrayRef[address=0x1fa4850f890,position=0,limit=1,capacity=1,deallocator=org.bytedeco.javacpp.Pointer$NativeDeallocator[ownerAddress=0x1fa4850f890,deallocatorAddress=0x7ff84af07fb0]]
Debug: Registering org.bytedeco.pytorch.ExampleVectorIterator[address=0x1fa437bb770,position=0,limit=1,capacity=1,deallocator=org.bytedeco.javacpp.Pointer$NativeDeallocator[ownerAddress=0x1fa437bb770,deallocatorAddress=0x7ff84af09070]]
Debug: Registering org.bytedeco.pytorch.ExampleVectorIterator[address=0x1fa437bbc90,position=0,limit=1,capacity=1,deallocator=org.bytedeco.javacpp.Pointer$NativeDeallocator[ownerAddress=0x1fa437bbc90,deallocatorAddress=0x7ff84af09070]]
Debug: Registering org.bytedeco.pytorch.ExampleVectorIterator[address=0x1fa437bbd50,position=0,limit=1,capacity=1,deallocator=org.bytedeco.javacpp.Pointer$NativeDeallocator[ownerAddress=0x1fa437bbd50,deallocatorAddress=0x7ff84af09070]]
Debug: Registering org.bytedeco.pytorch.ExampleVectorIterator[address=0x1fa437bb710,position=0,limit=1,capacity=1,deallocator=org.bytedeco.javacpp.Pointer$NativeDeallocator[ownerAddress=0x1fa437bb710,deallocatorAddress=0x7ff84af09070]]
Debug: Registering org.bytedeco.pytorch.SizeTArrayRef[address=0x1fa4d534420,position=0,limit=1,capacity=1,deallocator=org.bytedeco.javacpp.Pointer$NativeDeallocator[ownerAddress=0x1fa4d534420,deallocatorAddress=0x7ff84af07fb0]]
Debug: Registering org.bytedeco.pytorch.ExampleVectorIterator[address=0x1fa437bbcf0,position=0,limit=1,capacity=1,deallocator=org.bytedeco.javacpp.Pointer$NativeDeallocator[ownerAddress=0x1fa437bbcf0,deallocatorAddress=0x7ff84af09070]]
Debug: Registering org.bytedeco.pytorch.ExampleVectorIterator[address=0x1fa437bba30,position=0,limit=1,capacity=1,deallocator=org.bytedeco.javacpp.Pointer$NativeDeallocator[ownerAddress=0x1fa437bba30,deallocatorAddress=0x7ff84af09070]]
Debug: Registering org.bytedeco.pytorch.ExampleVectorIterator[address=0x1fa437bbdf0,position=0,limit=1,capacity=1,deallocator=org.bytedeco.javacpp.Pointer$NativeDeallocator[ownerAddress=0x1fa437bbdf0,deallocatorAddress=0x7ff84af09070]]
Debug: Registering org.bytedeco.pytorch.SizeTArrayRef[address=0x1fa43c07c50,position=0,limit=1,capacity=1,deallocator=org.bytedeco.javacpp.Pointer$NativeDeallocator[ownerAddress=0x1fa43c07c50,deallocatorAddress=0x7ff84af07fb0]]
Debug: Registering org.bytedeco.pytorch.ExampleVectorIterator[address=0x1fa437bba10,position=0,limit=1,capacity=1,deallocator=org.bytedeco.javacpp.Pointer$NativeDeallocator[ownerAddress=0x1fa437bba10,deallocatorAddress=0x7ff84af09070]]
Debug: Registering org.bytedeco.pytorch.ExampleVectorIterator[address=0x1fa437bb6d0,position=0,limit=1,capacity=1,deallocator=org.bytedeco.javacpp.Pointer$NativeDeallocator[ownerAddress=0x1fa437bb6d0,deallocatorAddress=0x7ff84af09070]]
Debug: Registering org.bytedeco.pytorch.SizeTArrayRef[address=0x1fbb2cabaa0,position=0,limit=1,capacity=1,deallocator=org.bytedeco.javacpp.Pointer$NativeDeallocator[ownerAddress=0x1fbb2cabaa0,deallocatorAddress=0x7ff84af07fb0]]
Debug: Registering org.bytedeco.pytorch.ExampleVectorIterator[address=0x1fa437bba50,position=0,limit=1,capacity=1,deallocator=org.bytedeco.javacpp.Pointer$NativeDeallocator[ownerAddress=0x1fa437bba50,deallocatorAddress=0x7ff84af09070]]
Debug: Registering org.bytedeco.pytorch.ExampleVectorIterator[address=0x1fa437bba70,position=0,limit=1,capacity=1,deallocator=org.bytedeco.javacpp.Pointer$NativeDeallocator[ownerAddress=0x1fa437bba70,deallocatorAddress=0x7ff84af09070]]
Debug: Registering org.bytedeco.pytorch.ExampleVectorIterator[address=0x1fa437bbe10,position=0,limit=1,capacity=1,deallocator=org.bytedeco.javacpp.Pointer$NativeDeallocator[ownerAddress=0x1fa437bbe10,deallocatorAddress=0x7ff84af09070]]
Debug: Registering org.bytedeco.pytorch.SizeTArrayRef[address=0x1fa4d5355b0,position=0,limit=1,capacity=1,deallocator=org.bytedeco.javacpp.Pointer$NativeDeallocator[ownerAddress=0x1fa4d5355b0,deallocatorAddress=0x7ff84af07fb0]]
Debug: Registering org.bytedeco.pytorch.ExampleVectorIterator[address=0x1fa437bb810,position=0,limit=1,capacity=1,deallocator=org.bytedeco.javacpp.Pointer$NativeDeallocator[ownerAddress=0x1fa437bb810,deallocatorAddress=0x7ff84af09070]]
Debug: Registering org.bytedeco.pytorch.ExampleVectorIterator[address=0x1fa437bb7b0,position=0,limit=1,capacity=1,deallocator=org.bytedeco.javacpp.Pointer$NativeDeallocator[ownerAddress=0x1fa437bb7b0,deallocatorAddress=0x7ff84af09070]]

Process finished with exit code 0



tell me not found **gpu jar dll ,but I think I have make pytorch-gpu dependency for project


Debug: Loading library c10_cuda
Debug: Failed to load for c10_cuda: java.lang.UnsatisfiedLinkError: 
Failed to load C:\Users\hai71\.javacpp\cache\pytorch-2.5.1-1.5.11-windows-x86_64-gpu.jar\org\bytedeco\pytorch\windows-x86_64-gpu\torch_cuda.dll: java.lang.UnsatisfiedLinkError: C:\Users\hai71\.javacpp\cache\pytorch-2.5.1-1.5.11-windows-x86_64-gpu.jar\org\bytedeco\pytorch\windows-x86_64-gpu\torch_cuda.dll: Can't find dependent libraries

Debug: Loading library torch_cuda
Debug: Failed to load for torch_cuda: java.lang.UnsatisfiedLinkError: 

Debug: Loading library nvToolsExt
Debug: Failed to load for [email protected]: java.lang.UnsatisfiedLinkError: no nvToolsExt in java.library.pat


@mullerhai
Copy link
Author

Debug: Loading library nvinfer64_10
Debug: Failed to load for nvinfer64_10: java.lang.UnsatisfiedLinkError: no nvinfer64_10 in java.library.path:

Debug: Loading library myelin64_1
Debug: Failed to load for myelin64_1: java.lang.UnsatisfiedLinkError:

so many library not found ,I not know why ?
image

@saudet
Copy link
Member

saudet commented Jan 3, 2025

c10_cuda.dll: java.lang.UnsatisfiedLinkError is the issue here. You can ignore the other errors.

Please follow the instructions at https://github.com/bytedeco/javacpp-presets/wiki/Debugging-UnsatisfiedLinkError-on-Windows

@mullerhai
Copy link
Author

Reference

thanks ,i will try

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants