Select Git revision
graphics2.cpp
-
David Anderson authored
These cause problems when "read" is a member name, etc. Do these #defines, conditioned on _MSC_VER, in the files that actually need them. - don't include boinc_win.h from parse.h. principle of minimal inclusion svn path=/trunk/boinc/; revision=18902
David Anderson authoredThese cause problems when "read" is a member name, etc. Do these #defines, conditioned on _MSC_VER, in the files that actually need them. - don't include boinc_win.h from parse.h. principle of minimal inclusion svn path=/trunk/boinc/; revision=18902
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"')