Skip to content

Commit

Permalink
[doc] Add a comment for non-GUI based computer in plot_perf_over_time…
Browse files Browse the repository at this point in the history
… method
  • Loading branch information
nabenabe0928 committed Dec 1, 2021
1 parent 44bdf86 commit 26c8c1a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions autoPyTorch/api/base_task.py
Original file line number Diff line number Diff line change
Expand Up @@ -1513,6 +1513,9 @@ def plot_perf_over_time(
The settings of a pair of color and label for each plot.
args, kwargs (Any):
Arguments for the ax.plot.
Note:
You might need to run `export DISPLAY=:0.0` if you are using non-GUI based environment.
"""

if not hasattr(metrics, metric_name):
Expand Down

0 comments on commit 26c8c1a

Please sign in to comment.