Anik De
Anik De
It's true, the default version of python isn't supported. I came to an understanding that tensorflow_quantum works is compatible with python 3.8. So I installed python3.8 in google colab with...
That's really odd. I really can't think of any reason why am I getting that error, we both are running the same notebook. 
``` conda install pytorch==1.7.1 torchvision==0.8.2 torchaudio==0.7.2 -c pytorch ``` This worked for layoutLM model.
Encountered the same problem. After looking at the ```_preprocess_labels``` , I got to know that I shouldn't normalize unicode. Changed ```normalize_unicode``` to ```false``` in the ```main.yaml``` and then everything was...