confusion about var_ema
Abierto
- Lenguaje dominante
- Python
- Estrellas
- 1.5k
- Forks
- 668
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
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?
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.