how to resolve this error
https://drive.google.com/file/d/1hp_ATBx5H0nyJz2TjLqBtnCajN3VR6a4/view?usp=sharing
if I am changing x[ix] to xt[ix
] then I am getting this error
https://drive.google.com/file/d/1PU_PgtyE84xlrMPOKUvu4jyywsJ8MNp8/view?usp=sharing
why is he using
embed_out[ix][ij]=embedding_dict[a[ix][ij].lower()]
it should be
embed_out[ix][ij]=embedding_dict[a[ij].lower()]
check the below screenshot
https://drive.google.com/file/d/1oIA0A3gpYpeFxV35FXJB6dOBRy3pKXzb/view?usp=sharing