Skip to content

Commit

Permalink
fix pep8
Browse files Browse the repository at this point in the history
  • Loading branch information
dustinvtran committed Jan 22, 2018
1 parent 65bcf07 commit efb606e
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions edward/__init__.py
Expand Up @@ -8,16 +8,18 @@
from edward import util

# Direct imports for convenience
from edward.criticisms import (evaluate, ppc, ppc_density_plot,
ppc_stat_hist_plot)
from edward.inferences import (Inference, MonteCarlo, VariationalInference,
from edward.criticisms import (
evaluate, ppc, ppc_density_plot, ppc_stat_hist_plot)
from edward.inferences import (
Inference, MonteCarlo, VariationalInference,
HMC, MetropolisHastings, SGLD, SGHMC,
KLpq, KLqp, ReparameterizationKLqp, ReparameterizationKLKLqp,
ReparameterizationEntropyKLqp, ScoreKLqp, ScoreKLKLqp, ScoreEntropyKLqp,
ScoreRBKLqp, WakeSleep, GANInference, BiGANInference, WGANInference,
ImplicitKLqp, MAP, Laplace, complete_conditional, Gibbs)
from edward.models import RandomVariable
from edward.util import (check_data, check_latent_vars, copy, dot,
from edward.util import (
check_data, check_latent_vars, copy, dot,
get_ancestors, get_blanket, get_children, get_control_variate_coef,
get_descendants, get_parents, get_session, get_siblings, get_variables,
is_independent, Progbar, random_variables, rbf, set_seed,
Expand Down

0 comments on commit efb606e

Please sign in to comment.