You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Similar to #298, we should also add a verbosity option for TVAE that shows the user the fitting progress per epoch. After fitting, it should be possible to see the loss values.
Expected behavior
Add a verbose parameter to TVAE (just like CTGAN). By default it can be False
Problem Description
Similar to #298, we should also add a verbosity option for TVAE that shows the user the fitting progress per epoch. After fitting, it should be possible to see the loss values.
Expected behavior
verboseparameter to TVAE (just like CTGAN). By default it can beFalseTrue, increment a progress bar per (epoch x data iteration). Also show/refresh the loss value, similar to Add progress bar for CTGAN fitting (+ save the loss values) #298 (except there is only 1 loss value)Epoch,BatchandLoss.