ddlBoJack / HDRR

Official implementation for Hierarchical Deep Residual Reasoning for Temporal Moment Localization
MIT License
9 stars 0 forks source link

Predictor. #1

Closed TAY-985 closed 2 years ago

TAY-985 commented 2 years ago

Predictor.from_path("https://storage.googleapis.com/allennlp-public-models/bert-base-srl-2020.03.24.tar.gz")

1640681372(1)

hello,I meet this bug, why?

ddlBoJack commented 2 years ago

Hi, this works on my machine. I guess it's a problem with the library of allennlp. You can download it and manually decompress it as an alternative. Or you can refer to http://docs.allennlp.org/v0.9.0/api/allennlp.predictors.html#allennlp.predictors.predictor.Predictor for detail.