Skip to content

Latest commit

 

History

History

fit_examples

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Examples of gft_fit

For documentation on gft_fit, see here.

Set the environment variable, gft_checkpoints, to some place with plenty of free disk space.

All of the *.sh files under here can be run with one argument (the output directory)

find . -name '*.sh' |
while read f
do
sh $f $gft_checkpoints/ckpt
done