-
Notifications
You must be signed in to change notification settings - Fork 5
Closed
Description
Hello there,
I'm completely new to Normalizing Flows and this package is the first thing I try. I tried to run the example but it fails at
flow_trained, stats, _ = train_flow(
elbo,
flow,
logp,
sample_per_iter;
max_iters=200_00,
optimiser=Optimisers.ADAM(),
callback=cb,
hasconverged=checkconv,
ADbackend=AutoZygote(), # using Zygote as the AD backend
)
with
ERROR: UndefVarError: `j` not defined in `Zygote`
Suggestion: check for spelling errors or missing imports.
Is there anything special that I have to configure? Using AutoMooncake instead, it works.
All the best
Lucas
Metadata
Metadata
Assignees
Labels
No labels