Update data_download.py (#5674)
input_url doesn't get correct url string in Windows. The os.path.join() function add "\\" to the path, and it resulted invalid URL for the data file.
Showing
Please register or sign in to comment
input_url doesn't get correct url string in Windows. The os.path.join() function add "\\" to the path, and it resulted invalid URL for the data file.