deeplearning4j-docs
deeplearning4j-docs copied to clipboard
ND4J: Add docs on how to deal with NoAvailableBackendException
Currently if no backend can be found:
throw new NoAvailableBackendException(
"Please ensure that you have an nd4j backend on your classpath. Please see: http://nd4j.org/getstarted.html");
That link currently redirects to: https://deeplearning4j.org/docs/latest/nd4j-overview - which says nothing about actually dealing with a NoAvailableBackendException.