Train Model without attention

is there anyway to train the model without attention , just to compare results…?

Thanks.!!

Hello,

in OpenNMT lua, just use (-attention none)

-attention <string> (accepted: none, global; default: global)

best
Jean

Thanks very much, it worked