2020-07-15
2020-07-16 本文已影响0人
小妖怪A
From PyTorch to PyTorch Lightning — A gentle introduction
The Typical AI Research project
In a research project, we normally want to identify the following key components:
-
the model(s)
-
the data
-
the loss
-
the optimizer(s)