Select Git revision
boinc_api.cpp
-
David Anderson authored
If set, the worker thread runs at normal priority on Win. May be useful for CUDA apps. svn path=/trunk/boinc/; revision=16705
David Anderson authoredIf set, the worker thread runs at normal priority on Win. May be useful for CUDA apps. svn path=/trunk/boinc/; revision=16705
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"')