yutayamazaki / swem

🤗 An implementation of SWEM(Simple Word-Embedding-based Models) using Python.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add new argument seed to infer_vector.

yutayamazaki opened this issue · comments

Motivation

Description

Additional context (optional)

swem.infer_vector(tokens=tokens, kv=kv, method='max', seed=428)