Something went wrong on our end
Select Git revision
tcw_fstat_map_funcs.py
Forked from
Gregory Ashton / PyFstat
Source project has a limited visibility.
-
David Keitel authored
-previously check was done in _optional_import [called from init_transient_fstat_map_features()] -this was the right place only back when still importing autoinit -now do check at the time of make_default_context()
David Keitel authored-previously check was done in _optional_import [called from init_transient_fstat_map_features()] -this was the right place only back when still importing autoinit -now do check at the time of make_default_context()
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"')