Skip to content

Commit

Permalink
external_source_reader.py fix
Browse files Browse the repository at this point in the history
  • Loading branch information
LakshmiKumar23 committed Mar 29, 2024
1 parent d68a796 commit e0ac87d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/python_api/external_source_reader.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
def main():
batch_size = 3
data_dir = os.environ["ROCAL_DATA_PATH"] + \
"/coco/coco_10_img/train_10images_2017/"
"rocal_data/coco/coco_10_img/train_10images_2017/"
device = "cpu"
try:
path_mode0 = "output_folder/external_source_reader/mode0/"
Expand Down

0 comments on commit e0ac87d

Please sign in to comment.