GoneZ5 / SCRIPT

18 stars 2 forks source link

Issue in file SCRIPT/c2nl/models/transformer.py line 372 #5

Open yiwangethan opened 1 year ago

yiwangethan commented 1 year ago

In file SCRIPT/c2nl/models/transformer.py line 372 This code "context_attn = attns[-1]" will cause an error while training start. If we comment out this line, things will be fine.