SEAL
SEAL copied to clipboard
__init__() got an unexpected keyword argument 'size'
Hello, what's the problem here? I checked many methods without solving.When running“ python Main.py --data-name NS --test-ratio 0.5 --hop 'auto' --use-embedding”
File "Main.py", line 138, in
Seems the Word2Vec function has changed its API. Can you check the latest Word2Vec documentation? Maybe the "size" is changed to sth else.