confusion about var_ema
Ouverte
- Langage dominant
- Python
- Étoiles
- 1.5k
- Forks
- 667
- Métriques de merge des PR
- Aucune PR mergée en 30 j
Description
in file model.py, _build_var_ema create and var_ema, and apply to all trainable variables, but it didn't use average to update the trainable variables. only in graph_handler.py, when load model from save would use var_ema。
is this a trick?
when training, create shadow variables for trainable variables, but dont update them, when predict, use this to initial the variables .
if it is, then why?
Guide de contribution
Aucun guide de contribution indexé pour ce dépôt
Évaluation
Cette issue n'a pas encore été évaluée.