What are the default values for Trainer optimizer?

From create optimizer documentation

We provide a reasonable default that works well. If you want to use something else, you can pass a tuple in the Trainer’s init through optimizers , or subclass and override this method in a subclass.

Where do I find the default values for this?

That would be here.

1 Like