It seems that link provided in download_pretrained.sh and download_vcr.sh is not working.
I got following error executing those scripts:
--2022-12-09 09:58:39-- https://convaisharables.blob.core.windows.net/hero/pretrained/hero-tv-ht100.pt
Resolving convaisharables.blob.core.windows.net (convaisharables.blob.core.windows.net)... 218.4.189.4
Connecting to convaisharables.blob.core.windows.net (convaisharables.blob.core.windows.net)|218.4.189.4|:443... connected.
ERROR: no certificate subject alternative name matches
requested host name ‘convaisharables.blob.core.windows.net’.
To connect to convaisharables.blob.core.windows.net insecurely, use `--no-check-certificate'.
when use --no-check-certificate:
--2022-12-09 09:58:49-- https://convaisharables.blob.core.windows.net/hero/pretrained/hero-tv-ht100.pt
Resolving convaisharables.blob.core.windows.net (convaisharables.blob.core.windows.net)... 218.4.189.4
Connecting to convaisharables.blob.core.windows.net (convaisharables.blob.core.windows.net)|218.4.189.4|:443... connected.
WARNING: no certificate subject alternative name matches
requested host name ‘convaisharables.blob.core.windows.net’.
HTTP request sent, awaiting response... 400
2022-12-09 09:58:49 ERROR 400: (no description).
When I visit https://convaisharables.blob.core.windows.net/hero directly through my browser, the page shows ResourceNotFound.
Could you provide a available link or resolve the issue above?
It seems that link provided in download_pretrained.sh and download_vcr.sh is not working. I got following error executing those scripts:
when use
--no-check-certificate
:When I visit
https://convaisharables.blob.core.windows.net/hero
directly through my browser, the page showsResourceNotFound
.Could you provide a available link or resolve the issue above?
Thank you😊