Kapil Sachdeva

Results 16 comments of Kapil Sachdeva

Hi @arunxz98 I am glad you find it useful. There are 3 main reasons for the differences in the embeddings generated using .dat and .pb 1) The conversion process first...

Hi @LuckyOne09 ```bash sudo apt install libatlas-base-dev libopenblas-dev liblapack-dev ``` on linux (ubuntu) should help resolve this. For windows, you would have manually install OpenBlas. Majority of open source are...

Thanks @xiaohu2015 for the clarification. I acknowledge that it should not have a big impact on the model performance. Regarding the changes to AnchorGenerator - IMHO, the usage of AnchorGenerator...

Hi @Player0109 Please go ahead. You should be able to reuse the code from my repo mentioned above. Thanks

Hi @VaranRohila @Player0109 wanted to work on it as well. If he has not started yet then you should be able to send your PR. Regards Kapil

if you add this at the start of your notebook then it will fix this issue ``` import graphviz graphviz.set_jupyter_format('png') ```