Skip to content

Commit

Permalink
Merge pull request #175 from RJ-lovering/patch-1
Browse files Browse the repository at this point in the history
Fixed mis-label in training instructions
  • Loading branch information
jeancochrane committed Apr 20, 2017
2 parents 2e0bb7c + 103b7b6 commit e440189
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions training/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -191,11 +191,11 @@ What is 'HUNTINGDON' ? If PlaceName hit return
What is 'VY' ? If StateName hit return
```

Based on the tag list above, we can see that `PlaceName` corresponds to the input `2` in the program. So add the appropriate label:
Based on the tag list above, we can see that `PlaceName` corresponds to the input `16` in the program. So add the appropriate label:

```
What is 'VY' ? If StateName hit return
2
16
```

Then accept the rest of the labels, since the model guessed them correctly:
Expand Down

0 comments on commit e440189

Please sign in to comment.