microsoft / Oscar

Oscar and VinVL
MIT License
1.04k stars 251 forks source link

Question about tensor size difference in modeling_bert.py #179

Open vxzcorporation opened 2 years ago

vxzcorporation commented 2 years ago

Hi :) Thank you for such a great works.

I have a question about tensor size difference error in modeling_bert.py code. runtime_error

I want to know

  1. What is difference between history_state and hidden_state
  2. what can I do to solve the error(as seen above capture) that is occurred.