Skip to content

Commit

Permalink
Fixed wrong builder type.
Browse files Browse the repository at this point in the history
  • Loading branch information
utn-blei committed Jun 13, 2024
1 parent 65c38e7 commit 84c08e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fog_x/dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,7 @@ def load_rtx_episodes_local(
# this is only required if rtx format is used
import tensorflow_datasets as tfds

b = tfds.builder(path)
b = tfds.builder_from_directory(path)
self._build_rtx_episodes_from_tfds_builder(
b,
split=split,
Expand Down

0 comments on commit 84c08e2

Please sign in to comment.