Select Git revision
plot_data.py
-
Gregory Ashton authored
Prior to this, the analytic fits data was all for twoF = 60, this updates this and adds a tag to the filename to make it it clear
Gregory Ashton authoredPrior to this, the analytic fits data was all for twoF = 60, this updates this and adds a tag to the filename to make it it clear
99-loopplot.py 332 B
import os
for i in range(10):
print(i)
os.system('python plot_sample.py --hdf-file-path output/train.hdf --sample-id '+str(i)+' --plot-path "plots/'+str(i)+'.png"')
for i in range(100,110):
print(i)
os.system('python plot_sample.py --hdf-file-path output/train.hdf --sample-id '+str(i)+' --plot-path "plots/'+str(i)+'.png"')