Skip to content

Commit

Permalink
Remove TensorFlow dependency in documentation decorators
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 493314733
  • Loading branch information
marcenacp authored and copybara-github committed Dec 12, 2022
1 parent c0d52ca commit ef376b7
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 ef376b7

Please sign in to comment.