PyGlow
PyGlow copied to clipboard
Improved EDGE Estimator criterion
Corrected EDGE estimator implementation in glow.information_bottleneck
.
- Updated
addcdiv
utility to match the updated format. - Function
g_hat = min{g(w), U}
hadU
optional.g(w)
can be used instead if the boundU
is guaranteed. - Other minor changes.