- Name of the project the run was logged to
- Name of the run you want to reproduce
- Navigate to the project where the run is logged to.
- Select the Workspace tab in the left sidebar.
- From the list of runs, select the run that you want to reproduce.
- Click Overview.
- Download Python script or notebook
- GitHub
Download the experiment’s Python script or notebook:
- In the Command field, make a note of the name of the script that created the experiment.
- Select the Code tab in the left navigation bar.
- Click Download next to the file that corresponds to the script or notebook.
- Select Files in the left navigation bar.
-
Download the
requirements.txt
file and store it in your working directory. This directory should contain either the cloned GitHub repository or the downloaded Python script or notebook. - (Recommended) Create a Python virtual environment.
-
Install the requirements specified in the
requirements.txt
file. - Now that you have the code and dependencies, you can run the script or notebook to reproduce the experiment. If you cloned a repository, you might need to navigate to the directory where the script or notebook is located. Otherwise, you can run the script or notebook from your working directory.
- Python notebook
- Python script
If you downloaded a Python notebook, navigate to the directory where you downloaded the notebook and run the following command in your terminal: