Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed dead links in Readme files #11

Open
wants to merge 1 commit into
base: en-1.0.0-beta7
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions config/backends/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ weight: 1

# Backends

ND4J works atop so-called backends, or linear-algebra libraries, such as Native nd4j-native and nd4j-cuda-10.2 \(GPUs\), which you can select by pasting the right dependency into your project’s POM.xml file.
ND4J works atop so-called backends, or linear-algebra libraries, such as Native nd4j-native and nd4j-cuda-10.2 \(GPUs\), which you can select by pasting the right dependency into your project’s POM.xml file.

## ND4J backends for GPUs and CPUs

Expand Down Expand Up @@ -74,7 +74,7 @@ Check the NVIDIA guides for instructions on setting up CUDA on the NVIDIA [websi
### Nd4jBackend$NoAvailableBackendException

```markup
org.nd4j.linalg.factory.Nd4jBackend$NoAvailableBackendException: Please ensure that you have an nd4j backend on your classpath. Please see: https://deeplearning4j.konduit.ai/nd4j/backend
org.nd4j.linalg.factory.Nd4jBackend$NoAvailableBackendException: Please ensure that you have an nd4j backend on your classpath. Please see: https://deeplearning4j.konduit.ai/multi-project/explanation/configuration/backends#nd4jbackendusdnoavailablebackendexception
at org.nd4j.linalg.factory.Nd4jBackend.load(Nd4jBackend.java:221)
at org.nd4j.linalg.factory.Nd4j.initContext(Nd4j.java:5091)
... 2 more
Expand Down
2 changes: 1 addition & 1 deletion getting-started/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ To use the template:

Deeplearning4j is a framework that lets you pick and choose with everything available from the beginning. We're not Tensorflow \(a low-level numerical computing library with automatic differentiation\) or Pytorch. Deeplearning4j has several subprojects that make it easy-ish to build end-to-end applications.

If you'd like to deploy models to production, you might like our [model import from Keras](https://deeplearning4j.konduit.ai/keras-import/overview).
If you'd like to deploy models to production, you might like our [model import from Keras](https://deeplearning4j.konduit.ai/deeplearning4j/how-to-guides/keras-import).

Deeplearning4j has several submodules. These range from a visualization UI to distributed training on Spark. For an overview of these modules, please look at the [**Deeplearning4j examples on Github**](https://github.com/eclipse/deeplearning4j-examples).

Expand Down
2 changes: 1 addition & 1 deletion getting-started/quickstart/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ To use the template:

Deeplearning4j is a framework that lets you pick and choose with everything available from the beginning. We're not Tensorflow \(a low-level numerical computing library with automatic differentiation\) or Pytorch. Deeplearning4j has several subprojects that make it easy-ish to build end-to-end applications.

If you'd like to deploy models to production, you might like our [model import from Keras](https://deeplearning4j.konduit.ai/keras-import/overview).
If you'd like to deploy models to production, you might like our [model import from Keras](https://deeplearning4j.konduit.ai/deeplearning4j/how-to-guides/keras-import).

Deeplearning4j has several submodules. These range from a visualization UI to distributed training on Spark. For an overview of these modules, please look at the [**Deeplearning4j examples on Github**](https://github.com/eclipse/deeplearning4j-examples).

Expand Down