CRBS / cdeep3m

Please go to https://github.com/CRBS/cdeep3m2 for most recent version
Other
58 stars 10 forks source link

Modify runprediction.sh to NOT delete png files under model directories #45

Closed coleslaw481 closed 5 years ago

coleslaw481 commented 5 years ago

In case a given model does better then the others it is better to not delete the png files under the model directories (1fm, 3fm, 5fm) in runprediction.sh Currently this is done towards end of runprediction.sh script by these lines:

for Y in `echo $space_sep_models` ; do
    /bin/rm -f $out_dir/$Y/*.png
done

Just remove these lines for now.

coleslaw481 commented 5 years ago

Fixed in 1.4.0 release