ND4J no backend URL (#453)

Signed-off-by: Alex Black <blacka101@gmail.com>
master
Alex Black 2020-05-12 14:52:48 +10:00 committed by GitHub
parent 7d6f628b88
commit 5e9ee8b958
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -31,7 +31,7 @@ import java.util.*;
/**
* An ND4j backend.
*
* A "backend" is also described here: http://nd4j.org/backend.html
* A "backend" is also described here: https://deeplearning4j.konduit.ai/nd4j/backend
*
* A backend also has 2 variables to be aware of.
* 1 is the environment variable, ND4J_DYNAMIC_LOAD_CLASSPATH
@ -219,7 +219,7 @@ public abstract class Nd4jBackend {
else
throw new NoAvailableBackendException(
"Please ensure that you have an nd4j backend on your classpath. Please see: http://nd4j.org/getstarted.html");
"Please ensure that you have an nd4j backend on your classpath. Please see: https://deeplearning4j.konduit.ai/nd4j/backend");
triedDynamicLoad = true;
//load all the discoverable uris and try to load the backend again

View File

@ -110,7 +110,7 @@ public class NativeOpsHolder {
}
} catch (Exception | Error e) {
throw new RuntimeException(
"ND4J is probably missing dependencies. For more information, please refer to: http://nd4j.org/getstarted.html",
"ND4J is probably missing dependencies. For more information, please refer to: https://deeplearning4j.konduit.ai/nd4j/backend",
e);
}
}