Pay20Y / SEED

163 stars 39 forks source link

attention_recognition_head.py sample y_prev = predicted #16

Open DYF-AI opened 4 years ago

DYF-AI commented 4 years ago

In attention_recognition_head.py def smape: y_prev = predicted? I can't find predicted,and why state = torch.zeros(1, batch_size, self.sDim)?