I follow the guideline to download the kdd.tar.gz from provided URL and run the business_process py file.
But some exceptions happen in the generate_data function. It happens in lines 209-249.
except Exception as e: print(data_t["uid"][u_id]) print(data_t["a_item"][u_id]) print(wesee_items) print(data_t["b_item"][u_id]) print(video_items) sys.exit()
Is my download file is broken? The MD5 value of my download kdd.tar.gz is "a7e572a892b602552eaaa4203a8d7f14".
I follow the guideline to download the kdd.tar.gz from provided URL and run the business_process py file.
But some exceptions happen in the generate_data function. It happens in lines 209-249.
except Exception as e: print(data_t["uid"][u_id]) print(data_t["a_item"][u_id]) print(wesee_items) print(data_t["b_item"][u_id]) print(video_items) sys.exit()Is my download file is broken? The MD5 value of my download kdd.tar.gz is "a7e572a892b602552eaaa4203a8d7f14".