Vidit Agarwal

Results 53 comments of Vidit Agarwal

This isn't working in my case. I am again getting the prompt to upgrade when starting the webpage. > 2. Wait for the server to start. You can check its...

It got fixed by using `docker compose -f docker-compose.yml -f docker-compose.dev.yml up -d --build \ cvat_opa cvat_db cvat_redis_inmem cvat_redis_ondisk cvat_server` by setting `export DOCKER_DEFAULT_PLATFORM=linux/amd64` EDIT: Open VSCode and follow this...

Hello @ljaljushkin and @alexsu52 , I have corrected it to, - not dump `` - not dump `names`, `patterns` or `types` when they are empty. In the case when, >...

Hello, never mind, I figured it out! Now it's dumping `` when all fields are empty ^^ Will create a PR soon after adding unit tests.

acos which I implemented, went missing from the current master branch

> HI! I am also trying to do CLIP fine-tuning. I am wondering how you get the accuracy metrics since when I trained it, I could only see the loss,...

> Has anyone tried to use CLIP fine-tuning as part of a larger model? I am getting some strange issues with accuracy jumping up to around 20% and then... dropping....

Hello, Where should I should place `torchserve_aws_sagemaker_tutorial.rst` file corresponding to the tutorial? Thanks