Skip to content

Commit 23d314a

Browse files
committed
Add example of healthy training log.
1 parent 3e62dcd commit 23d314a

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

README.md

+8
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,14 @@ For most common models, you can download the [checkpoints provided by Google her
125125
For example, that's where we get our ResNet50 pre-trained weights from,
126126
and what you should pass as second parameter to `market1501_train.sh`.
127127

128+
### Example training log
129+
130+
This is what a healthy training on Market1501 looks like, using the provided script:
131+
132+
![Screenshot of tensorboard of a healthy Market1501 run](healthy-market-run.png)
133+
134+
The `Histograms` tab in tensorboard also shows some interesting logs.
135+
128136
## Interrupting and resuming training
129137

130138
Since training can take quite a while, interrupting and resuming training is important.

healthy-market-run.png

170 KB
Loading

0 commit comments

Comments
 (0)