Skip to content

Commit 3f750a2

Browse files
committed
Add citatation
1 parent b491b90 commit 3f750a2

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

tensorflow_datasets/image/imagewang.py

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,12 @@
2424
import tensorflow.compat.v2 as tf
2525
import tensorflow_datasets.public_api as tfds
2626

27-
# TODO(imagewang): BibTeX citation
28-
# See https://github.com/fastai/imagenette/issues/16.
2927
_CITATION = """
28+
@misc{imagewang,
29+
author = "Jeremy Howard",
30+
title = "Imagewang",
31+
url = "https://github.com/fastai/imagenette/"
32+
}
3033
"""
3134

3235
_DESCRIPTION = """\

0 commit comments

Comments
 (0)