79074028

Date: 2024-10-10 10:51:13
Score: 2.5
Natty:
Report link

When you use ReduceLROnPlateau with mode='min', the learning rate will be reduced when the monitored quantity does not decrease. Since you monitor accuracy, which you want to increase, you should use mode='max'.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Starts with a question (0.5): When you use
  • Low reputation (1):
Posted by: Slavensky