Skip to content

Commit df9e226

Browse files
Fix a broken link in pytorch_with_examples.rst (#3238)
Fix link in pytorch-with-examples Co-authored-by: Svetlana Karslioglu <svekars@meta.com>
1 parent 8fab8bf commit df9e226

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

beginner_source/pytorch_with_examples.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ which will be optimized during learning.
149149

150150
In TensorFlow, packages like
151151
`Keras <https://github.com/fchollet/keras>`__,
152-
`TensorFlow-Slim <https://github.com/tensorflow/tensorflow/tree/master/tensorflow/contrib/slim>`__,
152+
`TensorFlow-Slim <https://github.com/google-research/tf-slim>`__,
153153
and `TFLearn <http://tflearn.org/>`__ provide higher-level abstractions
154154
over raw computational graphs that are useful for building neural
155155
networks.

0 commit comments

Comments
 (0)