From e25b923e43494e4aa3dd7a4cb99bd52b737f72d7 Mon Sep 17 00:00:00 2001 From: Steffen Rochel Date: Sat, 1 Dec 2018 16:35:05 -0800 Subject: [PATCH] update github location for sampled_block.py Updated to https://github.com/dmlc/gluon-nlp/blob/master/src/gluonnlp/model/sampled_block.py --- example/recommenders/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/recommenders/README.md b/example/recommenders/README.md index 4b1d5ca6da14..628182c849b8 100644 --- a/example/recommenders/README.md +++ b/example/recommenders/README.md @@ -17,7 +17,7 @@ The examples are driven by notebook files. ### Negative Sampling * A previous version of this example had an example of negative sampling. For example of negative sampling, please refer to: - [Gluon NLP Sampled Block](https://github.com/dmlc/gluon-nlp/blob/master/gluonnlp/model/sampled_block.py) + [Gluon NLP Sampled Block](https://github.com/dmlc/gluon-nlp/blob/master/src/gluonnlp/model/sampled_block.py) ## Acknowledgements