parent
7d6f628b88
commit
5e9ee8b958
|
@ -31,7 +31,7 @@ import java.util.*;
|
||||||
/**
|
/**
|
||||||
* An ND4j backend.
|
* 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.
|
* A backend also has 2 variables to be aware of.
|
||||||
* 1 is the environment variable, ND4J_DYNAMIC_LOAD_CLASSPATH
|
* 1 is the environment variable, ND4J_DYNAMIC_LOAD_CLASSPATH
|
||||||
|
@ -219,7 +219,7 @@ public abstract class Nd4jBackend {
|
||||||
|
|
||||||
else
|
else
|
||||||
throw new NoAvailableBackendException(
|
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;
|
triedDynamicLoad = true;
|
||||||
//load all the discoverable uris and try to load the backend again
|
//load all the discoverable uris and try to load the backend again
|
||||||
|
|
|
@ -110,7 +110,7 @@ public class NativeOpsHolder {
|
||||||
}
|
}
|
||||||
} catch (Exception | Error e) {
|
} catch (Exception | Error e) {
|
||||||
throw new RuntimeException(
|
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);
|
e);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue