-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Description
Hi,
The Elbo function returns monitor_functions, a dictionary of elements to monitor.
In train.py and evaluation.py, you call elbo_loss, which returns monitor_functions. So far so good. In train.py, you call optimizer.minimize(loss_op), where loss_op is the return value to the elbow function
(line 259 in train.py). minimize() should take the function to be minimized as argument.
Perhaps there is a better explanation for how the code is written since it is unlikely you could get the code to work if this is an error.
I just realized that the code calls train() and not train_simple(). The issue I mention above is in train_simple(). I assume it is an error?
Thank you.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels