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
In Table 3, the effective for first row is 9 for HRM and 7 for TRM. However, based on the calculation in the paper: $T(n + 1)n_{layers}$ will give 1 * 2 * 4 = 8 for HRM and 1 * 3 * 2 for TRM.