Get preds with Tfms

preds=learn2.get_preds(ds_type=learn2.data.train_ds,with_loss=False)

  1. Will get preds apply all the transforms which could be there in learn2.data.train_ds.tfms ?
  2. How i can add more tfms to list of dataset ?