Question 9
Suppose we have a dataset for machine translation tasks with thousands of samples. Suppose a team considers training the transformer model. The model could be trained in two approaches A Autoregressive training
B Teacher forcing
Choose the correct statements
Approach A helps the model to converge faster than approach B
Approach B helps the model converge faster than approach A
One can start the training with approach B first and then switch to approach A after some training steps
Once the training starts with approach B and then switching to approach A after some training steps can not be done