Skip to content

Commit 2229577

Browse files
committed
rename common.jl to utils
1 parent 78d5f45 commit 2229577

File tree

4 files changed

+4
-5
lines changed

4 files changed

+4
-5
lines changed

example/demo_RealNVP.jl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,8 @@ using Optimisers, ADTypes
99
using Mooncake
1010
using NormalizingFlows
1111

12-
include("common.jl")
1312
include("SyntheticTargets.jl")
14-
include("nn.jl")
13+
include("utils.jl")
1514

1615
##################################
1716
# define affine coupling layer using Bijectors.jl interface

example/demo_neural_spline_flow.jl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,8 @@ using Optimisers, ADTypes
99
using Mooncake
1010
using NormalizingFlows
1111

12-
include("common.jl")
1312
include("SyntheticTargets.jl")
14-
include("nn.jl")
13+
include("utils.jl")
1514

1615
##################################
1716
# define neural spline layer using Bijectors.jl interface

example/demo_planar_flow.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@ using Random, Distributions, LinearAlgebra, Bijectors
22
using Functors
33
using Optimisers, ADTypes, Mooncake
44
using NormalizingFlows
5-
include("common.jl")
5+
66
include("SyntheticTargets.jl")
7+
include("utils.jl")
78

89
Random.seed!(123)
910
rng = Random.default_rng()
File renamed without changes.

0 commit comments

Comments
 (0)