[/usr/local/lib/python3.12/dist-packages/keras/src/utils/file_utils.py](https://localhost:8080/#) in get_file(fname, origin, untar, md5_hash, file_hash, cache_subdir, hash_algorithm, extract, archive_format, cache_dir, force_download)
239 else:
240 if os.sep in fname:
--> 241 raise ValueError(
242 "Paths are no longer accepted as the `fname` argument. "
243 "To specify the file's parent directory, use "
ValueError: Paths are no longer accepted as the `fname` argument. To specify the file's parent directory, use the `cache_dir` argument. Received: fname=/content/resnet32.h5