Skip to content

Commit

Permalink
add Accessors import statement
Browse files Browse the repository at this point in the history
  • Loading branch information
Red-Portal committed Jul 13, 2023
1 parent 4c6cabf commit 06db2f0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/AdvancedVI.jl
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

module AdvancedVI

using UnPack
using UnPack, Accessors

import Random: AbstractRNG, default_rng
import Distributions: logpdf, _logpdf, rand, _rand!, _rand!
Expand Down Expand Up @@ -179,6 +179,7 @@ include("objectives/elbo/advi_energy.jl")
include("objectives/elbo/entropy.jl")

# Variational Families

include("distributions/location_scale.jl")

include("utils.jl")
Expand Down

0 comments on commit 06db2f0

Please sign in to comment.