facebookresearch / InferSent

InferSent sentence embeddings
Other
2.28k stars 471 forks source link

Access Denied #126

Open gkutiel opened 5 years ago

gkutiel commented 5 years ago

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>
kanishkamisra commented 5 years ago

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
Alex-Mathai-98 commented 5 years ago

@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 ?

kanishkamisra commented 5 years ago

Yes sorry!

aconneau commented 5 years ago

Models should be back online now.

sanjita-suresh commented 5 years ago

@aconneau there is again access denied error!

wladbrandao commented 5 years ago

Models are offline.

AccessDenied Access Denied 236EDB41C8EA7CAC 1GMbSQZ3UgmgnxwS/7ji5+N/d204FQSaVujttSlv6vqnMLDuDBuOqtHW25OMY/8Z+dXfGWXz/7I=
wladbrandao commented 5 years ago

@aconneau there is again access denied error!

jcd2020 commented 4 years ago

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>
ahmadizzan commented 4 years ago

As for now, https://dl.fbaipublicfiles.com/senteval/infersent/infersent1.pkl is still not working (AccessDenied).

@aconneau

lsvih commented 4 years ago

Hi @aconneau Any update? Still AccessDenied now

sleighsoft commented 4 years ago

Checkout https://github.com/facebookresearch/InferSent/issues/108#issuecomment-459755937

ahmadizzan commented 4 years ago

Awesome, thanks!! @sleighsoft