Skip to content

Commit 61d9a20

Browse files
authored
Update README.rst
1 parent 779ba03 commit 61d9a20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ A deep learning is of great interest these days, the crucial necessity for rapid
3636
and designing architectures is the software environment. TensorFlow is designed to facilate this goal. The strong advantage of
3737
TensorFlow is it flexibility is designing highly modular model which also can be a disadvantage too for beginers since lots of
3838
the pieces must be considered together for creating the model. This issue been facilitated as well by developing high level APIs
39-
such as `Keras <https://keras.io//>`_ and `Slim<https://github.com/tensorflow/models/blob/master/inception/inception/slim/README.md//>`_
39+
such as `Keras <https://keras.io/>`_ and `Slim <https://github.com/tensorflow/models/blob/master/inception/inception/slim/README.md//>`_
4040
which gather lots of the design puzzle pieces. The interesting point about TensorFlow is that **its trace can be found anywhere these days**.
4141
Lots of the researchers and developers are using it and *its community is growing with the speed of light*! So the possible issues can
4242
be overcome easily since they might be the issues of lots of other people considering the large number of people involved in TensorFlow community.

0 commit comments

Comments
 (0)