IntelLabs / IntelNeuromorphicDNSChallenge

Intel Neuromorphic DNS Challenge
MIT License
120 stars 27 forks source link

Fix checksum file name in Python code #11

Closed seowwj closed 1 year ago

seowwj commented 1 year ago

Fixes the filename for CSV file in README for verifying dataset validity

bamsumit commented 1 year ago

@seowwj The current recommended method works directly on the *.bz2 files without extracting them. This is the recommended method for Microsoft DNS Challenge: https://github.com/microsoft/DNS-Challenge/tree/5582dcf5ba43155621de72a035eb54a7d233af14#data-checksums

seowwj commented 1 year ago

Thanks @bamsumit ! I can confirm it is working now, likely I've done a mistake in my code that didn't work with the .bz2 file.

Closing this PR