allenai / allenai/bi-att-flow

confusion about var_ema

Abierto
#65 0 comentarios 0 reacciones 0 asignados Ver en GitHub
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.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.