thanks for this convenient job ~ I notice the main.py use model like this in line 68~69 `input_data = embeds(autograd.Variable(data)) out = model(data)` why don't use embedding layer result as a input to next conv? is any error?