Ram Ganesan

Results 3 issues of Ram Ganesan

Hi @reiinakano, thanks for this example, we tried running the TFJS model in our electron application, it is a bit slower in the browser. We are planning to write a...

@peterjc123 Would it be possible to build a static LibTorch build for Windows, right now we are facing a couple of issues 1. The final lib file is too big,...

``` USERNAME=hellosivi REPOSITORY=library IMAGE_NAME=clr TAG=v1 IMAGE_URI=$USERNAME/$REPOSITORY/$IMAGE_NAME:$TAG IMAGE_URI_NEW=registry-1.docker.io/hellosivi/library/$IMAGE_NAME:$TAG ovhai job run $IMAGE_URI_NEW \ --timeout "10d" \ --gpu 1 \ --name "sample-training-docker" \ --flavor ai1-1-gpu ``` We added a private registry in...