Commit 8473c700 by xlwang

change output directory to saved/results

parent 2474e414
......@@ -76,7 +76,7 @@ def main(config):
}
# serialize test data
np.savez_compressed('data/results/dcrnn_predictions.npz', **outputs)
np.savez_compressed('saved/results/dcrnn_predictions.npz', **outputs)
print('Predictions saved as {}.'.format('saved/results/dcrnn_predictions.npz'))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment