chanangaza
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")...
[ 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...