Skip to content

Commit bec2f05

Browse files
committed
update docs
1 parent 44f05aa commit bec2f05

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

tensorlayer/layers.py

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -665,11 +665,8 @@ class AverageEmbeddingInputlayer(Layer):
665665
666666
References
667667
------------
668-
- [1] Joulin, A., Grave, E., Bojanowski, P., & Mikolov, T. (2016).
669-
`Bag of Tricks for Efficient Text Classification. <http://arxiv.org/abs/1607.01759>`_
670-
- [2] Recht, B., Re, C., Wright, S., & Niu, F. (2011).
671-
`Hogwild: A Lock-Free Approach to Parallelizing Stochastic Gradient Descent. <https://arxiv.org/abs/1106.5730>`_
672-
In Advances in Neural Information Processing Systems 24 (pp. 693–701).
668+
- [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).
673670
- [3] `TensorFlow Candidate Sampling <https://www.tensorflow.org/api_guides/python/nn#Candidate_Sampling>`_
674671
"""
675672
def __init__(

0 commit comments

Comments
 (0)