Skip to content

Commit

Permalink
Fix errors in python tests (#224)
Browse files Browse the repository at this point in the history
* Adding sharding info changes for readers

* Adding absolute path for images dataset

---------

Co-authored-by: Lakshmi Kumar <[email protected]>
  • Loading branch information
SundarRajan28 and LakshmiKumar23 authored Oct 29, 2024
1 parent 905150f commit 1404153
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/python_api/decoder.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
import matplotlib.pyplot as plt

seed = 1549361629
image_dir = "../../data/images/AMD-tinyDataSet/"
image_dir = "/opt/rocm/share/rocal/test/data/images/AMD-tinyDataSet"
batch_size = 4
gpu_id = 0

Expand Down

0 comments on commit 1404153

Please sign in to comment.