Skip to content

Commit 75c54b3

Browse files
committed
image source info
1 parent 1fe0f17 commit 75c54b3

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

workshop_sections/transfer_learning/cloudml/README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ So, we'll use a training set of images that have been sorted into two categories
4848

4949
The 'hugs' does not have a large number of images, but as we will see, prediction on new images still works surprisingly well. This shows the power of 'bootstrapping' the pre-trained Inception model.
5050

51-
(This directory also includes some scripts support training on a larger 'flowers classification' dataset too.)
51+
(This directory also includes some scripts that support training on a larger 'flowers classification' dataset too.)
5252

5353
### 1. Image Preprocessing
5454

@@ -262,4 +262,7 @@ gcloud beta ml local train --package-path trainer/ --module-name trainer.task \
262262
--output_path output/
263263
```
264264

265+
## Appendix: image sources
266+
267+
The source information for the 'hugs/no-hugs' images is here: gs://oscon-tf-workshop-materials/transfer_learning/hugs_photos_sources.csv.
265268

workshop_sections/transfer_learning/cloudml/prediction_images/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ Sources for the images in this directory:
66
- https://goo.gl/images/W6gRxE
77
- https://goo.gl/images/Gfr9i8
88
- https://goo.gl/images/yuFM1C
9+
- and from gs://oscon-tf-workshop-materials/transfer_learning/hugs_photos_sources.csv

0 commit comments

Comments
 (0)