Ke Wang
Ke Wang
When I run `make`, the following error occurs. I have devoted massive time to it but still could not solve the problem. [build error.txt](https://github.com/facebookincubator/fizz/files/7326056/build.error.txt) At first I thought it was...
https://github.com/madsys-dev/ROART/blob/c313e0f375d55ea850c0c497e7d104009a327fa3/ART/Key.h#L25 `fkey` can not work on the machine using little-endian. Although `insert` and `search` can work well on both machines with big-endian or little-endian, the `range query` can only report...
https://github.com/madsys-dev/ROART/blob/c313e0f375d55ea850c0c497e7d104009a327fa3/ART/N.cpp#L932 I am trying to reproduce the results of the ROART and when I try to compile the source code, an error occurs ```error: no member named 'old_pointer' in 'N'...
### 🐛 Describe the bug ## nn.CosineSimilarity returns value larger than 1 When I was computing cosine similarity, it returned a tensor([1.0000]). However, it's larger than 1, which leads to...