Skip to content

Commit

Permalink
Remove typo in linear regression README
Browse files Browse the repository at this point in the history
  • Loading branch information
Jackson Kearl committed Jun 24, 2017
1 parent 98b7abe commit ad14dcd
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 ad14dcd

Please sign in to comment.