📚Learning Points in Refinements
Let's summarize all that we have learned about refinements.
We'll cover the following...
-
When working with new data, or building a new workflow, it is good practice to preview the data to ensure it was loaded and transformed properly.
-
PyTorch can do a lot of the work in a machine learning task for us. To take advantage of this, we need to work with PyTorch’s machinery. For ...