Access denied when trying to access https://dl.fbaipublicfiles.com/infersent/infersent1.pkl
This is the output I get
<?xml version="1.0" encoding="UTF-8"?>
<Error><Code>AccessDenied</Code><Message>Access Denied</Message><RequestId>4F31DFD8EC833B31</RequestId><HostId>rCdfi1wvOrLOPwsoQNUKBX3J026v/HlqGCxM7UaFkmYkDjuLKeVCHisEBtPvxUja5bkWIpbugfs=</HostId></Error>
Hi! This is the new location of the file, as referenced in #93
curl -Lo encoder/infersent1.pkl https://dl.fbaipublicfiles.com/senteval/infersent/infersent1.pkl
curl -Lo encoder/infersent2.pkl https://dl.fbaipublicfiles.com/senteval/infersent/infersent1.pkl
@kanishkamisra , Hi I think you have a typo in the second line. In both the lines you have used the "infersent1.pkl". The second line should have "infersent2.pkl" right ?
Yes sorry!
Models should be back online now.
@aconneau there is again access denied error!
Models are offline.
AccessDenied
1GMbSQZ3UgmgnxwS/7ji5+N/d204FQSaVujttSlv6vqnMLDuDBuOqtHW25OMY/8Z+dXfGWXz/7I=
@aconneau there is again access denied error!
Commenting because this issue is still occurring. When I run curl -Lo examples/infersent1.pkl https://dl.fbaipublicfiles.com/senteval/infersent/infersent1.pkl
from SentEval-master I receive a pkl file that contains only the following:
<?xml version="1.0" encoding="UTF-8"?>
<Error><Code>AccessDenied</Code><Message>Access Denied</Message><RequestId>F0B633F3D979E4B7</RequestId><HostId>W/QQp6QM+IcszrhbeHgPEk76etSB+NYAfFKs9qKCbNv2EVTwjhHCCa/B4fuYDO1kmf6n+FQtsjQ=</HostId></Error>
As for now, https://dl.fbaipublicfiles.com/senteval/infersent/infersent1.pkl is still not working (AccessDenied).
@aconneau
Hi @aconneau
Any update? Still AccessDenied now
Checkout https://github.com/facebookresearch/InferSent/issues/108#issuecomment-459755937
Awesome, thanks!! @sleighsoft
Most helpful comment
Hi! This is the new location of the file, as referenced in #93