hermannsblum / bdl-benchmark

Apache License 2.0
3 stars 3 forks source link

dataset: fix DatasetInfo urls argument #3

Closed adynathos closed 4 years ago

adynathos commented 4 years ago

Constructor of tensorflow_datasets.core.DatasetInfo does not have an argument urls, passing it causes an error.

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.

hermannsblum commented 4 years ago

thanks :)