princeton-nlp / SimCSE

[EMNLP 2021] SimCSE: Simple Contrastive Learning of Sentence Embeddings https://arxiv.org/abs/2104.08821
MIT License
3.33k stars 505 forks source link

Fix deprecated inspect.getargspec #227

Closed fstermann closed 1 year ago

fstermann commented 1 year ago

The inspect.getargspec call is deprecated, getfullargspec can and should be used instead.

The first element which we are accessing, the parameter names, are equivalent in both functions.

Fixes #218.

github-actions[bot] commented 1 year ago

Stale pull request message