What does setting include_optimizer=False in model.save() affect?
-
A
Excludes the optimizer state, making the file smaller but unable to resume training exactly
-
B
Removes the optimizer from the model permanently
-
C
Forces the model to use default optimizer settings on reload
-
D
Prevents the model from being compiled after loading