Add support for different TFDS `BuilderConfig`s

pull/1239/head
Edoardo Debenedetti 2 years ago
parent 7eeaf521a0
commit c76d772670

@ -11,7 +11,7 @@ def create_parser(name, root, split='train', **kwargs):
prefix = ''
if len(name) > 1:
prefix = name[0]
name = name[-1]
name = "/".join(name[1:])
# FIXME improve the selection right now just tfds prefix or fallback path, will need options to
# explicitly select other options shortly

Loading…
Cancel
Save