How to download experiment output?¶
Problem¶
I ran an experiment and saved the data to /output
directory.
How can I download it to my local computer?
Solution¶
There are two ways to go about it.
Web application
Step 1
Go to you experiment and click on the Output
section on the left.
Step 2
Download the data by clicking on the icon next to the file you are interested in.
Command line interface
You can also simply use neptune data download
command and specify the project name and the path to the file/directory of interest.
For example:
1 | neptune data download -r --project neptune-ml/Salt-Detection ../SAL-584/output |