Skip to content

Commit 429c6d1

Browse files
committed
update docs
1 parent bec2f05 commit 429c6d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tensorlayer/layers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -666,7 +666,7 @@ class AverageEmbeddingInputlayer(Layer):
666666
References
667667
------------
668668
- [1] Joulin, A., Grave, E., Bojanowski, P., & Mikolov, T. (2016). `Bag of Tricks for Efficient Text Classification. <http://arxiv.org/abs/1607.01759>`_
669-
- [2] Recht, B., Re, C., Wright, S., & Niu, F. (2011).`Hogwild: A Lock-Free Approach to Parallelizing Stochastic Gradient Descent. <https://arxiv.org/abs/1106.5730>`_ In Advances in Neural Information Processing Systems 24 (pp. 693–701).
669+
- [2] Recht, B., Re, C., Wright, S., & Niu, F. (2011). `Hogwild: A Lock-Free Approach to Parallelizing Stochastic Gradient Descent. <https://arxiv.org/abs/1106.5730>`_ In NPIS 2011 (pp. 693–701).
670670
- [3] `TensorFlow Candidate Sampling <https://www.tensorflow.org/api_guides/python/nn#Candidate_Sampling>`_
671671
"""
672672
def __init__(

0 commit comments

Comments
 (0)