plot-loss: Import sys.
This commit is contained in:
parent
dd82f1825d
commit
f17a36c2fd
|
@ -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')
|
||||
|
|
Loading…
Reference in New Issue