deepgram / kur

Descriptive Deep Learning
Apache License 2.0
814 stars 107 forks source link

dataset file checksum fail #70

Closed cogmeta closed 7 years ago

cogmeta commented 7 years ago

Md5 checksum is failing on all four dataset files.

ganga$md5 lsc100-10p-train.tar.gz MD5 (lsc100-10p-train.tar.gz) = 16139ef9fc3c58035ee225fc22eb95be

ajsyp commented 7 years ago

Kur uses SHA-256, not MD5. Does that work?

cogmeta commented 7 years ago

Thank you. SHA-256 check succeeds. I will dig into the code tomorrow to see why get_hash function is returning different value on my system resulting in 'integrity check failed.' . I Will reopen if I need further help. Thanks again.