VAME icon indicating copy to clipboard operation
VAME copied to clipboard

Small changes to scheduler threshold

Open alexcwsmith opened this issue 4 years ago • 0 comments

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.

alexcwsmith avatar Sep 30 '21 14:09 alexcwsmith