Aaryan YVS
Aaryan YVS
I have added code for the basic graphs traversal algorithm - Breadth First Search.
Hi, I am trying to pretrain a wav2vec2 model on custom dataset am trying to run it on multiple Azure A100 virtual machines. Each machine has 8 GPUs (16GPUs in...
### System Info - `transformers` version: 4.20.1 - Platform: Linux-5.4.0-1085-azure-x86_64-with-glibc2.10 - Python version: 3.8.13 - Huggingface_hub version: 0.8.1 - PyTorch version (GPU?): 1.9.1+cu111 (True) - Tensorflow version (GPU?): not installed...
Instead of generating all the 3(txt, vtt and srt) type of files, --output options helps us choose if we want to generate no files, some files or all files. (I...
Hey, while running the code to train audio manifolds, facing the following error in [line 81](https://github.com/yilundu/gem/blob/f50d279a4feec5c6af861cd36d14d934900d57b9/experiment_scripts/train_audio_autodecoder.py#L81) of train_audio_autodecoder.py- `train_generalization_dataset = dataio.AudioGeneralizationWrapper(train_audio_dataset, sampling=4096, do_pad=True)` `TypeError: __init__() got an unexpected keyword argument...
Hi, I have been trying to train the model using the following command, ``` fairseq-hydra-train --config-dir /home/jupyter/aaryan/av_hubert/avhubert/conf/pretrain --config-name base_lrs3_iter1.yaml \ task.data=/home/jupyter/aaryan/av_hubert/avhubert/lrs3/30h_data \ task.label_dir=/home/jupyter/aaryan/av_hubert/avhubert/features model.label_rate=100 \ hydra.run.dir=/home/jupyter/aaryan/av_hubert/avhubert/test_run common.user_dir=`pwd` ``` While running...
Updated the readme in preparations folder: Removed the --manifest flag from the step 4 of the LRS3 preprocessing step. Also updated the readme to show the default value of vocab_size....
Hi, I am trying to finetune the flax version of wav2vec2 model pretrained using the code from [here](https://github.com/huggingface/transformers/tree/main/examples/research_projects/jax-projects/wav2vec2). I have my own dataset in form of hugging face dataset. Could...