You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you very much for your ongoing development of VADR. I love it!
I recently installed via Conda the latest release of VADR (v 1.6.4), and encountered an issue attempting to download additional models:
$ download-vadr-models.sh flu
Downloading current list of available VADR models...
Installed VADR Version: 1.6.4
Expected VADR Version: # VADR 1.4.1 (Jan 2022)
Please update your install of VADR to use the download script. Otherwise you will need to manually install the models.
I was able to overcome this error by commenting out the relevant version checking code in download-vadr-models.sh. I then re-attempted to download the model, which led to the following error:
$ download-vadr-models.sh flu
Downloading current list of available VADR models...
flu is not an available VADR model, skipping...
Currently installed VADR models...
sarscov2 vadr-models-corona-1.3-2 November 2021
After investigating, I realized the script was linking to an outdated MODEL-VERSIONS.txt, which doesn't include the latest and greatest models.
I'll install the models manually, but I wanted to bring this to your attention for future releases.
Thank you very much and take care,
Cody
The text was updated successfully, but these errors were encountered:
Hello,
Thank you very much for your ongoing development of VADR. I love it!
I recently installed via Conda the latest release of VADR (v 1.6.4), and encountered an issue attempting to download additional models:
$ download-vadr-models.sh flu Downloading current list of available VADR models... Installed VADR Version: 1.6.4 Expected VADR Version: # VADR 1.4.1 (Jan 2022) Please update your install of VADR to use the download script. Otherwise you will need to manually install the models.
I was able to overcome this error by commenting out the relevant version checking code in
download-vadr-models.sh
. I then re-attempted to download the model, which led to the following error:After investigating, I realized the script was linking to an outdated MODEL-VERSIONS.txt, which doesn't include the latest and greatest models.
I'll install the models manually, but I wanted to bring this to your attention for future releases.
Thank you very much and take care,
Cody
The text was updated successfully, but these errors were encountered: