Jianshu_Zhao
Jianshu_Zhao
Hello @yurymalkov, Thanks for the quick response, I did some testing and it actually works. For example, top 100 best hits are the same after collecting results from 10 pieces...
@searchivarius Hello, Hello yes I was talking about sharding (split database before building graph), but NOT split graph. Empirically, after pool results from 10 pieces of database and sort by...
thanks!this is super helpful! Jianshu
Hello Thanks for the response. I am dealing with a 10 million biological dataset (bacteriophage), they are highly clustered. With respect to dimension, we use minhash (based on kmers) to...
I have the same error when using multi-thread. It is really strange. What could be the reason? THanks Jianshu
Hello all, same question here, PyTorch does support but not sure for the lib torch. Jianshu
> ``` > export LIBTORCH=/opt/homebrew/Cellar/libtorch/1.11.0_1 > export LD_LIBRARY_PATH=${LIBTORCH}/lib:$LD_LIBRARY_PATH > ``` > > > > > > > from > > ``` > brew ls --verbose libtorch | grep dylib >...
Even with Intel MacOS, I still have the error: error: linking with `cc` failed: exit status: 1 | = note: "cc" "-m64" "-arch" "x86_64" "/Users/jianshuzhao/Github/tch-rs/target/release/examples/vae-f7951eff1ff819e7.vae.75b7e543-cgu.0.rcgu.o" "/Users/jianshuzhao/Github/tch-rs/target/release/examples/vae-f7951eff1ff819e7.vae.75b7e543-cgu.1.rcgu.o" "/Users/jianshuzhao/Github/tch-rs/target/release/examples/vae-f7951eff1ff819e7.vae.75b7e543-cgu.10.rcgu.o" "/Users/jianshuzhao/Github/tch-rs/target/release/examples/vae-f7951eff1ff819e7.vae.75b7e543-cgu.11.rcgu.o" "/Users/jianshuzhao/Github/tch-rs/target/release/examples/vae-f7951eff1ff819e7.vae.75b7e543-cgu.12.rcgu.o" "/Users/jianshuzhao/Github/tch-rs/target/release/examples/vae-f7951eff1ff819e7.vae.75b7e543-cgu.13.rcgu.o"...
I notice that all distance are integer, which is strange even with weighted Jaccard distance. can you please check what happened? Jianshu
Any update on this? Thanks, Jianshu