Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
oneThousand1000 committed Apr 23, 2022
1 parent f913235 commit 29b89a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ Training data list will be saved to `./training_runs/male_mapper/data`
Train male mapper:

```python
python train_mapper.py --mapper_name male_mapper
python train_mapper.py --mapper_name male_mapper --max_steps 52000
```


Expand Down Expand Up @@ -277,7 +277,7 @@ Training data list will be saved to `./training_runs/final_mapper/data`
Train final mapper:

```python
python train_mapper.py --mapper_name final_mapper
python train_mapper.py --mapper_name final_mapper --max_steps 26000
```


Expand Down

0 comments on commit 29b89a4

Please sign in to comment.