CRBS / cdeep3m

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

--1fmonly flag causing error when used passed to runtraining.sh #47

Closed coleslaw481 closed 5 years ago

coleslaw481 commented 5 years ago

Found by damsport11 (see: https://github.com/CRBS/cdeep3m/issues/46#issuecomment-421118720)

Passing --1fmonly to runtraining.sh kicks out this error message:

$0: unrecognized option '--1fmonly'

The failure is because trainworker.sh was switched to the newer --models flag. Just need to adjust runtraining.sh to pass --models 1fm to trainworker.sh

coleslaw481 commented 5 years ago

Updated runtraining.sh to pass --models 1fm if --1fmonly flag is passed to runtraining.sh

coleslaw481 commented 5 years ago

Fixed in 1.5.0