Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit f3347aa

Browse files
Update URLs
Signed-off-by: AlexDBlack <blacka101@gmail.com>
1 parent 41f8212 commit f3347aa

11 files changed

+15
-15
lines changed

‎_includes/cn-footer.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
<!-- END Footer -->
2525

2626
<!-- Theme JS -->
27-
<script src="https://dl4jwebassets.blob.core.windows.net/cn-web-assets/js/theDocs.all.min.js"></script>
28-
<script src="https://dl4jwebassets.blob.core.windows.net/cn-web-assets/js/theDocs.js"></script>
27+
<script src="https://dl4jweb.blob.core.windows.net/cn-web-assets/js/theDocs.all.min.js"></script>
28+
<script src="https://dl4jweb.blob.core.windows.net/cn-web-assets/js/theDocs.js"></script>
2929
<!-- End Theme JS -->
3030

3131
<script type="text/javascript">

‎_includes/cn-header.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
</title>
1717

1818
<!-- Styles -->
19-
<link href="https://dl4jwebassets.blob.core.windows.net/cn-web-assets/css/theDocs.all.min.css" rel="stylesheet">
20-
<link href="https://dl4jwebassets.blob.core.windows.net/cn-web-assets/css/skin-dark.css" rel="stylesheet">
19+
<link href="https://dl4jweb.blob.core.windows.net/cn-web-assets/css/theDocs.all.min.css" rel="stylesheet">
20+
<link href="https://dl4jweb.blob.core.windows.net/cn-web-assets/css/skin-dark.css" rel="stylesheet">
2121
<!-- For animations -->
2222
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.5.2/animate.min.css">
2323
<!-- DL4j Custom Styles -->
@@ -28,8 +28,8 @@
2828
<link href='http://fonts.googleapis.com/css?family=Raleway:100,300,400,500%7CLato:300,400' rel='stylesheet' type='text/css'>
2929

3030
<!-- Favicons -->
31-
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="https://dl4jwebassets.blob.core.windows.net/cn-web-assets/img/apple-touch-icon-precomposed.png">
32-
<link rel="shortcut icon" href="https://dl4jwebassets.blob.core.windows.net/cn-web-assets/img/favicon.ico">
31+
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="https://dl4jweb.blob.core.windows.net/cn-web-assets/img/apple-touch-icon-precomposed.png">
32+
<link rel="shortcut icon" href="https://dl4jweb.blob.core.windows.net/cn-web-assets/img/favicon.ico">
3333

3434
<!-- RSS -->
3535
<link rel="alternate" type="application/rss+xml" title="RSS" href="{{ site.baseurl }}atom.xml">

‎_includes/cn-navigation.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
</div>
2525

2626
<a class="navbar-brand" href="../cn/index.html">
27-
<img src="https://dl4jwebassets.blob.core.windows.net/cn-web-assets/img/logo_white.png" alt="Deeplearning4j">
27+
<img src="https://dl4jweb.blob.core.windows.net/cn-web-assets/img/logo_white.png" alt="Deeplearning4j">
2828
<span class="pull-right">
2929
<i class="glyphicon glyphicon-search"></i>
3030
</span>

‎_layouts/cn-default.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<!-- END Top Navigation -->
2828
<!-- Sidebar -->
2929
<aside class="sidebar sidebar-boxed sidebar-dark">
30-
<a class="sidebar-brand" href="../cn/index.html"><img src="https://dl4jwebassets.blob.core.windows.net/cn-web-assets/img/DL4J.png" alt="Deeplearning4j"></a>
30+
<a class="sidebar-brand" href="../cn/index.html"><img src="https://dl4jweb.blob.core.windows.net/cn-web-assets/img/DL4J.png" alt="Deeplearning4j"></a>
3131
{% include cn-sidebar.html %}
3232
</aside>
3333
<!-- END Sidebar -->

‎docs/_latest/deeplearning4j-nlp-word2vec.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ If the word isn't in the vocabulary, Word2vec returns zeros.
331331

332332
### <a name="import">Importing Word2vec Models</a>
333333

334-
The [Google News Corpus model](https://deeplearning4jblob.blob.core.windows.net/resources/wordvectors/GoogleNews-vectors-negative300.bin.gz) we use to test the accuracy of our trained nets is hosted on S3. Users whose current hardware takes a long time to train on large corpora can simply download it to explore a Word2vec model without the prelude.
334+
The [Google News Corpus model](https://dl4jdata.blob.core.windows.net/resources/wordvectors/GoogleNews-vectors-negative300.bin.gz) we use to test the accuracy of our trained nets is hosted on S3. Users whose current hardware takes a long time to train on large corpora can simply download it to explore a Word2vec model without the prelude.
335335

336336
If you trained with the [C vectors](https://docs.google.com/file/d/0B7XkCwpI5KDYaDBDQm1tZGNDRHc/edit) or Gensimm, this line will import the model.
337337

‎docs/_tutorials/13-clinical-lstm-time-series-example-using-skil.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ which contains a value of 0 indicating death and a value of 1 indicating
102102
survival.
103103

104104
```java
105-
val DATA_URL = "https://skymindacademy.blob.core.windows.net/physionet2012/physionet2012.tar.gz"
105+
val DATA_URL = "https://dl4jdata.blob.core.windows.net/training/physionet2012/physionet2012.tar.gz"
106106
val DATA_PATH = FilenameUtils.concat(System.getProperty("java.io.tmpdir"), "dl4j_physionet/")
107107
```
108108

‎docs/_tutorials/15-sea-temperature-convolutional-lstm-example.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ data files, extract the tar.gz file from the url, and place it in the specified
9191
directory.
9292

9393
```java
94-
val DATA_URL = "https://bpstore1.blob.core.windows.net/seatemp/sea_temp.tar.gz"
94+
val DATA_URL = "https://dl4jdata.blob.core.windows.net/training/seatemp/sea_temp.tar.gz"
9595
val DATA_PATH = FilenameUtils.concat(System.getProperty("java.io.tmpdir"), "dl4j_seas/")
9696
```
9797

‎docs/_tutorials/16-sea-temperature-convolutional-lstm-example-2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ data files, extract the tar.gz file from the url, and place it in the specified
8787
directory
8888

8989
```java
90-
val DATA_URL = "https://bpstore1.blob.core.windows.net/seatemp/sea_temp2.tar.gz"
90+
val DATA_URL = "https://dl4jdata.blob.core.windows.net/training/seatemp/sea_temp2.tar.gz"
9191
val DATA_PATH = FilenameUtils.concat(System.getProperty("java.io.tmpdir"), "dl4j_seas/")
9292
```
9393

‎docs/_tutorials/17-instacart-multitask-example.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ data files, extract the tar.gz file from the url, and place it in the specified
7979
directory.
8080

8181
```java
82-
val DATA_URL = "https://bpstore1.blob.core.windows.net/tutorials/instacart.tar.gz"
82+
val DATA_URL = "https://dl4jdata.blob.core.windows.net/training/tutorials/instacart.tar.gz"
8383
val DATA_PATH = FilenameUtils.concat(System.getProperty("java.io.tmpdir"), "dl4j_instacart/")
8484
```
8585

‎docs/_tutorials/18-instacart-single-task-example.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ data files, extract the tar.gz file from the url, and place it in the specified
7575
directory.
7676

7777
```java
78-
val DATA_URL = "https://bpstore1.blob.core.windows.net/tutorials/instacart.tar.gz"
78+
val DATA_URL = "https://dl4jdata.blob.core.windows.net/training/tutorials/instacart.tar.gz"
7979
val DATA_PATH = FilenameUtils.concat(System.getProperty("java.io.tmpdir"), "dl4j_instacart/")
8080
```
8181

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /