What does this chunk of error mean and how to rectify the error?

As the error says: no such file or directory. Can you confirm if the file exists in the directory in which you are running this notebook?

1 Like

the correct code is actually image= mx.image.imread(filepath), and not the ‘ben-hershey-…’

So did you get the issue resolved?

1 Like

yes but I don’t know why

what was the value of the filepath variable you passed to

image= mx.image.imread(filepath)