File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed
tensorflow_datasets/image Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change 57
57
A usage example is avalible
58
58
[here](https://colab.research.google.com/drive/1R_ARqpWoiHcUQWg1Fxwyx-ZkLi0IZ5qs)."""
59
59
60
- _URLS = [
61
- 'https://arxiv.org/abs/1908.05782' , 'https://github.com/ouwen/mimicknet'
62
- ]
63
-
64
60
_DATA_URL = {
65
61
'phantom_data' : 'https://research.repository.duke.edu/downloads/vt150j912' ,
66
62
'mark_data' : 'https://research.repository.duke.edu/downloads/4x51hj56d'
@@ -113,7 +109,7 @@ def _info(self):
113
109
'harmonic' : tfds .features .Tensor (shape = (), dtype = tf .bool )
114
110
}),
115
111
supervised_keys = ('das/dB' , 'dtce' ),
116
- urls = _URLS ,
112
+ homepage = 'https://github.com/ouwen/mimicknet' ,
117
113
citation = _CITATION )
118
114
119
115
def _split_generators (self , dl_manager ):
You can’t perform that action at this time.
0 commit comments