#
#tst file
#must have a file containing 10X10 test images called file.in
#will create a file containing network output called file.tst
vis_in -o < $1.in | mlhn $1 -t | vis_out 10 > $1.tst
