plot-loss: Import sys.

This commit is contained in:
Brandon Amos 2016-03-06 19:56:12 -05:00
parent dd82f1825d
commit f17a36c2fd
1 changed files with 1 additions and 0 deletions

View File

@ -23,6 +23,7 @@ plt.style.use('bmh')
import pandas as pd
import os
import sys
scriptDir = os.path.dirname(os.path.realpath(__file__))
plotDir = os.path.join(scriptDir, 'plots')