Abhinav Dayal

Results 4 comments of Abhinav Dayal

I am also getting the error, while running using CPU backend. (https://colab.research.google.com/github/flashlight/flashlight/blob/master/flashlight/app/asr/tutorial/notebooks/FinetuneCTC.ipynb) ### Error fl_asr_tutorial_finetune_ctc model.bin --datadir ami_limited_supervision --train train_10min_0.lst,train_10min_1.lst,train_10min_2.lst,train_10min_3.lst,train_10min_4.lst,train_10min_5.lst,train_9hr.lst --valid dev:dev.lst --arch arch.txt --tokens tokens.txt --lexicon lexicon.txt --rundir checkpoint...

When I try to use crrateDocFromSnapshot, I get following error ``` const snap = Y.decodeSnapshot(snapshot); const doc = Y.createDocFromSnapshot(ydoc, snap) Error fetching sources for document Error: originDoc must not be...

Yes, the model is not working. It is giving wrong results.

python3 -m venv $VENV_PATH $VENV_PATH/bin/pip install -U pip setuptools $VENV_PATH/bin/pip install poetry Using these to install poetry works fine. However this must be repeated for each new project.