Rasmus Jones

Results 35 comments of Rasmus Jones

Had the same problem, by adding the following line into dlib-to-tf-keras-converter/xml_generator/cmake/FindDlib.cmake after `find_package(GIF)`, it solved it for me ``` SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11 -pthread") ```

While playing around trying to validate meta schemas, I ran into `$recursiveRef` or `$dynamicRef`, any thoughts on implementation of recursive schemas? I'd like to give it a try `$recursiveRef` found...

I was experimenting a bit with compilation caching, I'll put my results here. Maybe they are useful to you The model compilation separates into two phases: LLVM IR generation and...

Thank you for your response. However, I believe I may not have made my key finding clear enough in the original issue. While I agree that there have been historical...

I've narrowed down the issue to how `spacy-transformers` handles different tokenizer implementations. The key difference lies in which alignment function gets called. Definitely, the huggingface tokenizer is not completely innocent...