You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To save the memory, you use transformer + disable_adapters() instead of using teacher transformer, but it seems that discriminator transformer not use disable_adapters(), as the discriminator transformer should come from teacher transformer.