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

Change DJL repo names from aws-samples #1716

Merged
merged 1 commit into from
Jun 14, 2022
Merged
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
2 changes: 1 addition & 1 deletion docs/development/troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ No X11 DISPLAY variable was set, but this program performed an operation which r
java.awt.HeadlessException:
```

Follow the [steps here](https://github.com/aws-samples/d2l-java/blob/master/documentation/troubleshoot.md) to resolve it.
Follow the [steps here](https://github.com/deepjavalibrary/d2l-java/blob/master/documentation/troubleshoot.md) to resolve it.


## 10. JVM crash
Expand Down
6 changes: 3 additions & 3 deletions docs/interactive_tool.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,18 @@ Without additional setup, you can easily run the tool kits online and export the

## [Interactive JShell](https://djl.ai/website/demo.html#jshell)

![terminal](https://raw.githubusercontent.com/aws-samples/djl-demo/master/web-demo/interactive-console/img/terminal.gif)
![terminal](https://raw.githubusercontent.com/deepjavalibrary/djl-demo/master/web-demo/interactive-console/img/terminal.gif)

Interactive JShell is a modified version of [JShell](https://docs.oracle.com/javase/9/jshell/introduction-jshell.htm#JSHEL-GUID-630F27C8-1195-4989-9F6B-2C51D46F52C8) equipped with DJL features.
You can use the existing Java features as well as DJL classes.
To test out some functions in DJL, use this JShell to try methods defined in the [Javadoc](https://javadoc.io/doc/ai.djl/api/latest/ai/djl/ndarray/NDArray.html).
We created useful operators to use in your deep learning applications.
For more information about this JShell, see the [Interactive JShell and Block Runner for DJL](https://github.com/aws-samples/djl-demo/tree/master/web-demo/interactive-console#jshell) demo.
For more information about this JShell, see the [Interactive JShell and Block Runner for DJL](https://github.com/deepjavalibrary/djl-demo/tree/master/web-demo/interactive-console#jshell) demo.


## [Block Runner](https://djl.ai/website/demo.html#block-runner)

![block runner](https://raw.githubusercontent.com/aws-samples/djl-demo/master/web-demo/interactive-console/img/blockrunner.gif)
![block runner](https://raw.githubusercontent.com/deepjavalibrary/djl-demo/master/web-demo/interactive-console/img/blockrunner.gif)

Block Runner is designed to be simple.
It allows you to run Java code line by line without worrying about the class structures. As shown in the gif, you can simply craft some code and click the “Run” button to run it online.
Expand Down
4 changes: 2 additions & 2 deletions examples/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Examples

This module contains examples to demonstrate use of the Deep Java Library (DJL).
You can find more examples from our [djl-demo github repo](https://github.com/aws-samples/djl-demo).
You can find more examples from our [djl-demo github repo](https://github.com/deepjavalibrary/djl-demo).

The following examples are included for training:

Expand Down Expand Up @@ -34,7 +34,7 @@ You may be able to find more translator examples in our engine specific model zo
[PyTorch](https://github.com/deepjavalibrary/djl/tree/master/engines/pytorch/pytorch-model-zoo),
and [TensorFlow](https://github.com/deepjavalibrary/djl/tree/master/engines/tensorflow/tensorflow-model-zoo).

More examples and demos of applications featuring DJL are located in our [demo repository](https://github.com/aws-samples/djl-demo).
More examples and demos of applications featuring DJL are located in our [demo repository](https://github.com/deepjavalibrary/djl-demo).

## Prerequisites

Expand Down
4 changes: 2 additions & 2 deletions website/demo.html
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ <h1 class="header center light-blue-text text-accent-2">DJL Live Demos</h1>
<h5 class="header col s12 light">Experience Java to solve your DL problem in a simple way.</h5>
</div>
<div class="row center">
<a href="https://github.com/aws-samples/djl-demo"
<a href="https://github.com/deepjavalibrary/djl-demo"
class="btn-large waves-effect waves-light light-blue accent-2">Checkout our Demos</a>
<a href="https://docs.djl.ai/docs/demos/index.html"
class="btn-large waves-effect waves-light light-blue accent-2">Documentation</a>
Expand Down Expand Up @@ -197,7 +197,7 @@ <h3 class="center" id="block-runner">DJL Block Runner</h3>
<h5 class="header col s12 light">Want to know more?</h5>
</div>
<div class="row center">
<a href="https://github.com/aws-samples/djl-demo"
<a href="https://github.com/deepjavalibrary/djl-demo"
class="btn-large waves-effect waves-light light-blue accent-2 pulse">Checkout our demo repository</a>
</div>
<div class="row center">
Expand Down