Closed adynathos closed 4 years ago
Constructor of tensorflow_datasets.core.DatasetInfo does not have an argument urls, passing it causes an error.
tensorflow_datasets.core.DatasetInfo
urls
bdlb/fishyscapes/fishyscapes_tfds.py in _info(self) TypeError: __init__() got an unexpected keyword argument 'urls'
I fix it by changing urls to homepage argument name.
homepage
thanks :)
Constructor of
tensorflow_datasets.core.DatasetInfo
does not have an argumenturls
, passing it causes an error.I fix it by changing
urls
tohomepage
argument name.