Technical requirements
To complete the experiment in this chapter, we will need the following tools, libraries, and GitHub repositories installed or checked out on our computer:
- VS Code: The version we use in this book is August 2021 (that is, version 1.60). We use VS Code for our local code development environment. This is the recommended way for local developments. Please refer to https://code.visualstudio.com/updates/v1_60.
- MLflow: Version 1.20.2. In this chapter, in the Setting up MLflow section, we will walk through how to set up MLflow locally or remotely. Please refer to https://github.com/mlflow/mlflow/releases/tag/v1.20.2.
- Miniconda: Version 4.10.3. Please refer to https://docs.conda.io/en/latest/miniconda.html.
- PyTorch
lightning-flash
: 0.5.0. Please refer to https://github.com/PyTorchLightning/lightning-flash/releases/tag/0.5.0. - The GitHub URL for the code in this chapter: You can find this at https://github.com/PacktPublishing/Practical-Deep-Learning...