Skip to content

Commit 194f6b6

Browse files
committed
update load flickr
1 parent 30565d3 commit 194f6b6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tensorlayer/files.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -521,6 +521,7 @@ def load_flickr25k_dataset(tag='sky', path="data/flickr25k", n_threads=50, print
521521
-----------
522522
- Get images with tag of sky
523523
>>> images = tl.files.load_flickr25k_dataset(tag='sky')
524+
524525
- Get all images
525526
>>> images = tl.files.load_flickr25k_dataset(tag=None, n_threads=100, printable=True)
526527
"""

0 commit comments

Comments
 (0)