You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was going through all the steps with the pre-trained model.I downloaded dataset5 from the the project website,which contains "data_props.pkl" file, but when I use this to run python run.py -a 0.0001 -e -1 -b 25 -v -1 -i 2 --r-lambda 0.00005 --raw-data-folder C:\Users\Koushik/predictions\inferencing_50 --test --save-all-eval --restore C:\Users\Koushik/predictions\logdir --image-folder C:\Users\Koushik/predictions/formula_images as described in the notebook predict.ipynb I got an error - raise ParamsValueError('%s is not a valid value of property %s'%(val, name))
commons.dl_commons.ParamsValueError: 338 is not a valid value of property CTCBlankTokenID
Can someone please guide me to get rid of that ?
The text was updated successfully, but these errors were encountered:
I was going through all the steps with the pre-trained model.I downloaded dataset5 from the the project website,which contains "data_props.pkl" file, but when I use this to run
python run.py -a 0.0001 -e -1 -b 25 -v -1 -i 2 --r-lambda 0.00005 --raw-data-folder C:\Users\Koushik/predictions\inferencing_50 --test --save-all-eval --restore C:\Users\Koushik/predictions\logdir --image-folder C:\Users\Koushik/predictions/formula_images
as described in the notebook predict.ipynb I got an error - raise ParamsValueError('%s is not a valid value of property %s'%(val, name))commons.dl_commons.ParamsValueError: 338 is not a valid value of property CTCBlankTokenID
Can someone please guide me to get rid of that ?
The text was updated successfully, but these errors were encountered: