Skip to content

Commit

Permalink
Merge pull request #5 from JacksonKearl/patch-1
Browse files Browse the repository at this point in the history
Remove typo in linear regression README
  • Loading branch information
astorfi committed Jun 24, 2017
2 parents 98b7abe + ad14dcd commit 61ee0c4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ As an example the code can be executed as follows:
python linear_regression.py --num_epochs=50
The ``--num_epochs`` flag is to provide the number of epochs that will be used for training. The flag of ``--log_dir`` is not required becasue its default value is ``50`` and is provided in the source code as follows:
The ``--num_epochs`` flag is to provide the number of epochs that will be used for training. The ``--num_epochs`` flag is not required becasue its default value is ``50`` and is provided in the source code as follows:

.. code:: python
Expand Down

0 comments on commit 61ee0c4

Please sign in to comment.