You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by zh...@apache.org on 2017/12/28 03:10:52 UTC

[incubator-mxnet] branch master updated: Modified nce-loss README to use image files in dmlc/web-data repo (#9212)

This is an automated email from the ASF dual-hosted git repository.

zhasheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git


The following commit(s) were added to refs/heads/master by this push:
     new 2586c66  Modified nce-loss README to use image files in dmlc/web-data repo (#9212)
2586c66 is described below

commit 2586c6691ca74d2df455a49cad964bcac8e34f25
Author: Sina Afrooze <si...@gmail.com>
AuthorDate: Wed Dec 27 19:10:48 2017 -0800

    Modified nce-loss README to use image files in dmlc/web-data repo (#9212)
---
 example/nce-loss/README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/example/nce-loss/README.md b/example/nce-loss/README.md
index edcb04a..70730b4 100644
--- a/example/nce-loss/README.md
+++ b/example/nce-loss/README.md
@@ -63,9 +63,9 @@ The motivation is to design a more robust and scalable word vector system, by re
 
 ### Basics
 
-<img src="https://github.com/zihaolucky/mxnet/blob/example/word2vec-nce-loss-with-subword-representations/example/nce-loss-subword-repr/slide1.png" width="700">
+<img src="https://github.com/dmlc/web-data/blob/master/mxnet/example/nce-loss/images/slide1.png" width="700">
 
-<img src="https://github.com/zihaolucky/mxnet/blob/example/word2vec-nce-loss-with-subword-representations/example/nce-loss-subword-repr/slide2.png" width="700">
+<img src="https://github.com/dmlc/web-data/blob/master/mxnet/example/nce-loss/images/slide2.png" width="700">
 
 Note that this word embedding method uses sub-word units to represent a word, while we still train word2vec model in its original way, the only difference is the vector representation of a word is no longer the word itself, but use several sub-word units' addition.
 

-- 
To stop receiving notification emails like this one, please contact
['"commits@mxnet.apache.org" <co...@mxnet.apache.org>'].