When trying to load GoogleNews-vectors-negative300.bin
with pytorch Vector
struct I am getting
ValueError: could not convert string to float: b'\x00\x00\x94:\x00\x00k\xba\x00\x00\x
I have tried this post (@robodasha) but without success. My goal is to build a vocabulary with the loaded embedding using build_vocab
Any suggestions?