dsc-umass / lmvp

Open source neural network versioning system that separates model management and training operations.
BSD 3-Clause "New" or "Revised" License
6 stars 3 forks source link

Upload checksum based on file contents #7

Open jbinvnt opened 4 years ago

jbinvnt commented 4 years ago

When a file is uploaded, the versioning system should calculate a checksum that can be passed to the Django model's entry for that upload

jbinvnt commented 4 years ago

Currently the path of the file is used for the checksum. A more robust solution would use the file contents.