Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
billera committed Dec 13, 2023
1 parent 58ac5b5 commit 5293b0c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ version = "1.0.0-DEV"

[deps]
Flux = "587475ba-b771-5e3f-ad9e-33799f191a9c"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"

[compat]
julia = "1"
Expand Down
1 change: 1 addition & 0 deletions src/ConditionalDensityLayers.jl
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@ module ConditionalDensityLayers
include("types.jl")
include("LogDensityLayers.jl")
include("GaussianMixtureLayers.jl")
include("VonMisesMixtureLayers.jl")

end
1 change: 1 addition & 0 deletions src/VonMisesMixtureLayers.jl
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ using Distributions
import StatsBase

export VMMLayer
export VonMisesNucleusSample

struct VMMLayer
central_network::Chain
Expand Down

0 comments on commit 5293b0c

Please sign in to comment.