Narasimha Prasanna HN

Results 32 comments of Narasimha Prasanna HN

Had been busy. Will check out soon

This issue is fixed in the latest commit.

It won't. Because you are running on an ARM based platform, but the binary is compiled to run on x86 machine. Just run `arch` command on the target hardware to...

Hi, @stealwin [Here](https://golang.org/doc/install) is the link to official go website that describes how go can be installed on Mac. Once installed just export the path of `GOBIN` to `project_root/bin`. Then...

Whenever measuring the performance of AI models please note this : 1. More CPU cores will not make the model faster, unless the framework supports concurrent execution of layers. On...

Please review #150 , I am adding two of my projects. Regards

@Roshanjossey , I can further breakdown each of the issues if possible. As of now I'm working on that

@Roshanjossey , Yes read that. You are right. Haha, it can be problematic for beginners. These are projects actually. I'll breakdown each of the project into a subset of individual...

Facing the same issue. The indexing thread never terminates and runs in an infinite loop simply wasting resources. I switched to `rust-analyzer`, the plug-in is in alpha state, but works...