Skip to content

Commit cec116d

Browse files
committed
bug fix on README
1 parent 626df5d commit cec116d

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

.gitignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,5 @@ ENV/
8888
# Rope project settings
8989
.ropeproject
9090
.DS_Store
91-
.DS_Store
92-
.DS_Store
9391

9492
*.bak

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,15 +35,15 @@ To launch PyCTM, first redirect to the directory of PyCTM source code,
3535

3636
and run the following command on example dataset,
3737

38-
python -m bin/launch_train.py --input_directory=./pnas-abstract --output_directory=./ --number_of_topics=10 --training_iterations=50
38+
python bin/launch_train.py --input_directory=./pnas-abstract --output_directory=./ --number_of_topics=10 --training_iterations=50
3939

4040
The generic argument to run PyCTM is
4141

42-
python -m bin/launch_train.py --input_directory=$INPUT_DIRECTORY/$CORPUS_NAME --output_directory=$OUTPUT_DIRECTORY --number_of_topics=$NUMBER_OF_TOPICS --training_iterations=$NUMBER_OF_ITERATIONS
42+
python bin/launch_train.py --input_directory=$INPUT_DIRECTORY/$CORPUS_NAME --output_directory=$OUTPUT_DIRECTORY --number_of_topics=$NUMBER_OF_TOPICS --training_iterations=$NUMBER_OF_ITERATIONS
4343

4444
You should be able to find the output at directory ```$OUTPUT_DIRECTORY/$CORPUS_NAME```.
4545

4646
Under any circumstances, you may also get help information and usage hints by running the following command
4747

48-
python -m bin/launch_train.py --help
48+
python bin/launch_train.py --help
4949

0 commit comments

Comments
 (0)