Hakan Moray

Results 6 comments of Hakan Moray

@SarangShaikh201 you probably installed sense2vec via pip, can you try to build & install from master branch?

Tried that but : ``` [ 44%] Building CXX object src/libopentld/CMakeFiles/libopentld.dir/tld/Clustering.cpp.o /Users/hakanmoray/Downloads/OpenTLD-master/src/libopentld/tld/Clustering.cpp:54:31: error: no template named 'vector'; did you mean 'std::vector'? void Clustering::calcMeanRect(vector * indices) ^~~~~~ std::vector ```

hi @PABannier , here are the commands I run: - git clone --recursive https://github.com/PABannier/bark.cpp.git - cd bark.cpp - git submodule update --init --recursive - mkdir build - cd build -...

if I go into `encodec` submodule and run following commands, I still get the above error: - mkdir build - cd build - cmake .. - cmake --build . --config...