chanangaza

Results 4 comments of chanangaza

If still relevant, I have modified the code into a single header file that successfully compiles on Windows10 (VS19, C++20). note: add the following library to link (e.g. proj-properties->linker->input: Additional...

It was not None rather a **valid** WINDOWS path of d:/MyCacheDir. the expanduser is **always** called even upon a valid (in my case preexisting) path. Calling os.expanduser on a D...

Hi @tilakrayal , The below reproduces the issue on windows (10-11) tensorflow2.10: set custom cache dir to be D:/myCacheDir ``` import tensorflow as tf path_to_downloaded_file = tf.keras.utils.get_file( origin="https://storage.googleapis.com/download.tens orflow.org/example_images/flower_photos.tgz", cache_dir=R"D:/myCustomCacheDir")...

[![Screenshot_20250515-020927.png](https://github.com/user-attachments/assets/c147a752-5a2a-4d7b-b00e-d3b5e7a82f01) Sorry @tilakrayal but as shown in the printscreen from your gist (added a print of the cache download path) it was actually downloaded to ./tmp as stated in issue...