VAME
VAME copied to clipboard
Small changes to scheduler threshold
The optimal scheduler threshold parameter can vary greatly between experiments (from .1 to .0001), depending on the order of magnitude of the loss values. In this PR I changed the default to .1, and added comments in config.yaml to encourage users to read the docs on torch.optim.ReduceLROnPlateau to understand this parameter.