deeplearning4j-docs icon indicating copy to clipboard operation
deeplearning4j-docs copied to clipboard

ND4J: Add docs on how to deal with NoAvailableBackendException

Open AlexDBlack opened this issue 6 years ago • 0 comments

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.

AlexDBlack avatar Feb 14 '19 12:02 AlexDBlack