Skip to content
This repository has been archived by the owner on Nov 22, 2022. It is now read-only.

Commit

Permalink
Correcting config file name for distributed_docnn. (#103)
Browse files Browse the repository at this point in the history
Summary:
Typo in file name
Pull Request resolved: #103

Reviewed By: seayoung1112

Differential Revision: D13462928

Pulled By: snisarg

fbshipit-source-id: 00159b235f7a3e8b9e00ad5c27055e2a67aadd79
  • Loading branch information
snisarg authored and facebook-github-bot committed Dec 14, 2018
1 parent 0d11c7c commit 505b447
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pytext/docs/source/distributed_training_tutorial.rst
Expand Up @@ -49,7 +49,7 @@ Download the `SST dataset (The Stanford Sentiment Treebank) <https://gluebenchma
3. Prepare configuration file
-----------------------------

Prepare the configuration file for training. A sample config file can be found in your PyText repository at ``demo/configs/rndistributed_docnn.json``. If you haven't set up PyText, please follow :doc:`installation`.
Prepare the configuration file for training. A sample config file can be found in your PyText repository at ``demo/configs/distributed_docnn.json``. If you haven't set up PyText, please follow :doc:`installation`.

The two parameters that are used for distributed training are:

Expand Down

0 comments on commit 505b447

Please sign in to comment.