Vinayak Nayak
Vinayak Nayak
Hi there! I tried to use torchdrift to identify images which are out of distribution and got the following result  Basically, I try to fit a classifier which is...
In `models/mtlface.py`, rectified the help for `dataset_name` argument. Changed the help string from `input image size` to `name of dataset to train with`.
Hi guys, Kindly note that I have a single GPU and the below questions are asked based on the same i.e. my training is with a single GPU and not...
Created a python script to perform the following task - Download zip datasets from insightface repository for `ms1mv2, ms1mv3 & casia_webface`. - Unzip the datasets and read the `train.rec` and...
In `structure.md` llama.Attention.forward -> llama.Attention.compute_query_key_value_scores llama.Llama.forward -> llama.LlamaLayer.forward Rectified some functions in `To be implemented` section In `rope_test.py` Use Tuple from typing instead of tuple as it is not subscriptable...
### Issue description I use the package to extract bhavcopies using `bhavcopy_save` function but that raises an `BadZipFile` Error for all the dates starting from 8th July to 12th July...
# Motivation I was using Azure as the service provider when I started the parlant-server. As stated in the docs, I had set the `AZURE_API_KEY` and the `AZURE_ENDPOINT` environment variables....
# Motivation Imagine a tool let's call it Tx which has several required parameters (a_1, a_2, a_3, ..., a_n) that are needed for it's successful execution. Each of the a_is...