Hi, I'm working on a project that makes Go code into llvm IR using gollvm(https://go.googlesource.com/gollvm)
After get IR from Go codes, I made test folder having go IRs to run train_inst2vec.py.
But there was an error that analogies list don't have any value.
Can I know what the analogies do?
If can, I want to know how to solve the Error attached in this issue.
Hi, I'm working on a project that makes Go code into llvm IR using gollvm(https://go.googlesource.com/gollvm) After get IR from Go codes, I made test folder having go IRs to run train_inst2vec.py. But there was an error that analogies list don't have any value.
Can I know what the analogies do? If can, I want to know how to solve the Error attached in this issue.
Thanks.