[Dataset url](https://drive.google.com/open?id=1zzOP3Kg4SIOyYmh89yOF9PeEEpALxh_k ) is not working. Tried to find [alternative source](https://sid.erda.dk/public/archives/daaeac0d7ce1152aea9b61d9f1e19370/published-archive.html) on web but it seams that format changed, following line failed. ``` with open(training_file, mode='rb') as f: train = pickle.load(f) ```
Dataset url is not working.
Tried to find alternative source on web but it seams that format changed, following line failed.