danielwonght

Results 4 issues of danielwonght

I just simply run: $ ./run_toolbox.py. It shows that "self.heartbeat_lock" in 'core.py' is invalid syntax. How to deal with this?

### Describe the bug Loading word2vec embedding causes the memory issue. Loading embedding vector in string format require much more memory. ### Solution Modify the function `matchzoo.embedding.load_from_file` from: > data...

bug

如果输入图片的高宽不是4的倍数,在746行代码(路径:ppgan/models/generator/evdr.py) `L3_fea = L3_fea.reshape([-1, N, self.nf, H // 4, W // 4])` 会出现reshape失败的问题。 把图片的高宽均设为4的倍数就不会报错。

### Is there an existing issue for this? - [X] I have searched the existing issues ### Environment ```markdown - Milvus version: 2.2.6 and 2.2.3 (both are tried) - Deployment...

kind/bug
triage/needs-information