sanghyuk-vessl's picture
Add vessl-docs
76d9c4f verified
---
title: Monitor experiment results
---
### Experiment Summary
Under **SUMMARY**, you can view all the experiment configurations such as environment variables, quick reproduce via CLI, Docker image, and resource specification.
<img style={{ borderRadius: '0.5rem' }}
src="/images/experiment/monitor/1_summary.png"
/>
### Logs
Under **LOGS**, you can monitor the logs from the experiment Docker container including status updates and `print()` statements.
<img style={{ borderRadius: '0.5rem' }}
src="/images/experiment/monitor/2_logs.png"
/>
### Plots
<Note>You need to use VESSL's Python SDK to view metrics or multimedia files.&#x20;</Note>
Under **PLOTS**, you can view key metrics for your experiments such as accuracy and loss. You can also filter out the outliers by checking **ignore outlier** box and controlling the **smoothing** of the curves.&#x20;
<img style={{ borderRadius: '0.5rem' }}
src="/images/experiment/monitor/3_plots.png"
/>
#### Multimedia
You can also view images. You can configure the number of displayed images using VESSL's Python SDK.
<img style={{ borderRadius: '0.5rem' }}
src="/images/experiment/monitor/4_media.png"
/>
#### System Metrics
You can monitor system metrics such as CPU, GPU, memory, disk, and network usage.
<img style={{ borderRadius: '0.5rem' }}
src="/images/experiment/monitor/5_metrics.png"
/>
### Files
Under **FILES**, you can navigate and download the output and input files. You can also do this using VESSL Client CLI.
<img style={{ borderRadius: '0.5rem' }}
src="/images/experiment/monitor/6_files.png"
/>