pytorch-ignite/code-generator

File download link and multiple users

trsvchn opened this issue · 2 comments

To ensure that app prepares unique download link for the archive.

What about hashing the archive and provide like pytorch names their official models (resnet18-5c106cde.pth) ?

  • Temporary folder can help with having a unique folder for the given configuration. It can be setup when application is started.
  • Let's remove everything in the temporary folder on each app refresh.