deepjavalibrary / djl

An Engine-Agnostic Deep Learning Framework in Java
https://djl.ai
Apache License 2.0
4.12k stars 654 forks source link

An error was reported when running FeatureExtraction.java, like this, .djl.ai\pytorch\1.7.0-cpu-win-x86_64\0.13.0-SNAPSHOT-cpu-djl_torch.dll: The specified program could not be found #1202

Closed winyluo closed 3 years ago

winyluo commented 3 years ago

Description

An error was reported when running FeatureExtraction.java, like this, .djl.ai\pytorch\1.7.0-cpu-win-x86_64\0.13.0-SNAPSHOT-cpu-djl_torch.dll: The specified program could not be found

frankfliu commented 3 years ago

@winyluo It seems you are running on Windows.

Would you please provide a little bit more information, like your project gradle/pom configuration and the exception full stacktrace. It would be nice if you can provide minimal reproduce code.

Does djl example works on your machine?

frankfliu commented 3 years ago

Feel free to reopen this issue if you can provide more information.