Download metadata from the Neptune web app#
Info
You can also query metadata via the Neptune API.
You can download or export the following data through the Neptune web application:
- Experiments table view as CSV
- Metrics (series of values) as CSV
- Source code and system metrics
- Any logged files
- Visualizations and charts
How can I use the downloaded metadata?
You might want to download metadata, for example, in order to:
- Build custom analyses or visualizations based on run data
- Use a saved model checkpoint elsewhere
- Get the source code of a run and execute it again
- Build a report that uses data across projects
- Archive an old project
Exporting the experiments table view as CSV#
- In the Custom view dropdown, make sure that the experiments table view you want to export is selected.
- In the top-right corner, click the export icon ().
See also: API reference ≫ fetch_runs_table()
Downloading visualizations and files#
Through the display tabs, you can:
- Download anything that you uploaded, such as source code, model checkpoints, images, and other files.
- Download metrics or data that Neptune has visualized for you. This includes graphs of system metrics and custom widgets you have created.
To export or download something, look for the download icon () on the widget.
Related
If you want to fetch metadata in bulk (for example, across an entire workspace, or metadata logged under a particular field for multiple objects at once), you can use the Neptune API.
For details, see Query metadata from Neptune.