ljleb commited on
Commit
d921539
·
verified ·
1 Parent(s): 21e27e8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -50,7 +50,7 @@ In our case with NoobAI and Animagine, as the loss landscape is highly non-linea
50
  To this end, we merge the models according to the weighted average equation used in the Fisher-weighted averaging paper:
51
 
52
  $$
53
- \alpha_i(\lambda) = \frac{\lambda s_{B, i}}{s_{A, i} + s_{B,i}} \\
54
  \theta_{M, i}(\lambda) = (1 - \alpha_i(\lambda)) \theta_{A, i} + \alpha_i(\lambda) \theta_{B, i}
55
  $$
56
 
 
50
  To this end, we merge the models according to the weighted average equation used in the Fisher-weighted averaging paper:
51
 
52
  $$
53
+ \alpha_i(\lambda) = \frac{\lambda s_{B, i}}{(1 - \lambda) s_{A, i} + \lambda s_{B,i}} \\
54
  \theta_{M, i}(\lambda) = (1 - \alpha_i(\lambda)) \theta_{A, i} + \alpha_i(\lambda) \theta_{B, i}
55
  $$
56