Skip to content

Commit

Permalink
Merge pull request #198 from jrfinkbeiner/asldvs_md5_fix
Browse files Browse the repository at this point in the history
fix asldvs md5 hash
  • Loading branch information
biphasic authored Jun 23, 2022
2 parents 46b804e + dc94599 commit e825983
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tonic/datasets/asl_dvs.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class ASLDVS(Dataset):

url = "https://www.dropbox.com/sh/ibq0jsicatn7l6r/AACNrNELV56rs1YInMWUs9CAa?dl=1"
filename = "ASLDVS.zip"
file_md5 = "20f1dbf961f9a45179f6e489e93c8f2c"
file_md5 = "33f8b87bf45edc0bfed0de41822279b9"
folder_name = ""

classes = [chr(letter) for letter in range(97, 123)] # generate alphabet
Expand Down

0 comments on commit e825983

Please sign in to comment.