From Keras documentation, it looks Embedding layers could only take 2d input vector,
However, in line char_ids = [None, None ,None], it looks it takes 3d vector,
Therefore when I try to run the program, it faces the bug.
Does anyone have any ideas on how to fix it?