Skip to content

Commit d6ea1ca

Browse files
Format .jl files (#476)
Co-authored-by: prbzrg <79970151+prbzrg@users.noreply.github.com>
1 parent 7697b5c commit d6ea1ca

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@ n_in = nvars + naugs # with augmentation
4646
n = 1024
4747

4848
# Model
49-
using ContinuousNormalizingFlows, Lux, OrdinaryDiffEqAdamsBashforthMoulton, SciMLSensitivity, Static, ADTypes, Zygote #, CUDA, MLDataDevices
49+
using ContinuousNormalizingFlows,
50+
Lux, OrdinaryDiffEqAdamsBashforthMoulton, SciMLSensitivity, Static, ADTypes, Zygote #, CUDA, MLDataDevices
5051
nn = Chain(Dense(n_in => 3 * n_in, tanh), Dense(3 * n_in => n_in, tanh))
5152
icnf = construct(
5253
RNODE,

0 commit comments

Comments
 (0)