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
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: