-
Notifications
You must be signed in to change notification settings - Fork 78
Closed
Labels
user interfaceChanges to the user interface and improvements in usabilityChanges to the user interface and improvements in usability
Milestone
Description
I have just played around a bit with consistency models, and gather some minor observations here. I may add more points later on.
-
ConsistencyModelhas an argumenttotal_stepswithout default, which is suggested to be set toepochs * num_batchesin the doc. Can we set this argument this internally automatically by default? This would make the code a bit cleaner. Also it should be clarified what happens if we set it to a different value thanepochs * num_batches. -
ContinuousConsistencyModelis a dangerous name for an architecture different toConsistencyModel. Since we also have aContinuousApproximator, users may think they need to combine itContinuousConsistencyModelor thatConsistencyModelis not for continuous variables. Can we perhaps renameContinuousConsistencyModelor even make it part of theConsistencyModelclass to be activated via an argument likecontinuous_time = TRUE?
Metadata
Metadata
Assignees
Labels
user interfaceChanges to the user interface and improvements in usabilityChanges to the user interface and improvements in usability