Skip to content

Commit

Permalink
Remove last references to TensorFlow when "import tensorflow_datasets…
Browse files Browse the repository at this point in the history
… as tfds"

PiperOrigin-RevId: 489216473
  • Loading branch information
tensorflower-gardener authored and copybara-github committed Dec 6, 2022
1 parent c0d52ca commit 794b518
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tensorflow_graphics/datasets/modelnet40/modelnet40.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,10 @@ def _info(self):
citation=_CITATION,
)

def _split_generators(self, download_manager):
def _split_generators(self, dl_manager):
"""Returns SplitGenerators."""

extracted_path = download_manager.download_and_extract(_URL)
extracted_path = dl_manager.download_and_extract(_URL)

# Note: VALIDATION split was not provided by the authors
return [
Expand Down

0 comments on commit 794b518

Please sign in to comment.