Skip to content

Commit ac745a3

Browse files
Conchylicultorcopybara-github
authored andcommitted
Rename DatasetInfo field: urls -> homepage
PiperOrigin-RevId: 280316854
1 parent ca85ad3 commit ac745a3

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

tensorflow_datasets/image/duke_ultrasound.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,6 @@
5757
A usage example is avalible
5858
[here](https://colab.research.google.com/drive/1R_ARqpWoiHcUQWg1Fxwyx-ZkLi0IZ5qs)."""
5959

60-
_URLS = [
61-
'https://arxiv.org/abs/1908.05782', 'https://github.com/ouwen/mimicknet'
62-
]
63-
6460
_DATA_URL = {
6561
'phantom_data': 'https://research.repository.duke.edu/downloads/vt150j912',
6662
'mark_data': 'https://research.repository.duke.edu/downloads/4x51hj56d'
@@ -113,7 +109,7 @@ def _info(self):
113109
'harmonic': tfds.features.Tensor(shape=(), dtype=tf.bool)
114110
}),
115111
supervised_keys=('das/dB', 'dtce'),
116-
urls=_URLS,
112+
homepage='https://github.com/ouwen/mimicknet',
117113
citation=_CITATION)
118114

119115
def _split_generators(self, dl_manager):

0 commit comments

Comments
 (0)