Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yunshengb authored Sep 27, 2019
1 parent fbc9e08 commit 2abc5a3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,7 @@ Install the following the tools and packages:
* If you see red lines under `import`, mark `src` and `model/Siamese` as `Source Root`,
so that PyCharm can find those files.
* Mark `src/Siamese/logs` and `src/Siamese/exp` as `Excluded`, so that PyCharm won't spend time inspecting those logs.

## Run

The idea of creating `config.py` is to avoid typing in command line arguments. Instead, we can modify a few parameters in `config.py` and let the file handle the setting of the rest parameters via a bunch of `if` `else` statements. Then we can simply run `python main.py` without the following `--xxx`s.

0 comments on commit 2abc5a3

Please sign in to comment.