Skip to content

Commit

Permalink
Update Readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexeyAB authored May 23, 2018
1 parent f52040f commit 6390a5a
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 @@ -218,7 +218,7 @@ If required change pathes in the file `build\darknet\x64\data\voc.data`

More information about training by the link: http://pjreddie.com/darknet/yolo/#train-voc

**Note:** If during training you see `nan` values in some lines then training goes well, but if `nan` are in all lines then training goes wrong.
**Note:** If during training you see `nan` values for `avg` (loss) field - then training goes wrong, but if `nan` is in some other lines - then training goes well.

## How to train with multi-GPU:

Expand Down Expand Up @@ -317,7 +317,7 @@ It will create `.txt`-file for each `.jpg`-image-file - in the same directory an

* Also you can get result earlier than all 45000 iterations.

**Note:** If during training you see `nan` values in some lines then training goes well, but if `nan` are in all lines then training goes wrong.
**Note:** If during training you see `nan` values for `avg` (loss) field - then training goes wrong, but if `nan` is in some other lines - then training goes well.

### How to train tiny-yolo (to detect your custom objects):

Expand Down

0 comments on commit 6390a5a

Please sign in to comment.