CRBS / cdeep3m

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

Update CreateTrainJob.m with guess of what iteration of trained model to use #5

Closed coleslaw481 closed 4 years ago

coleslaw481 commented 6 years ago

Add this either end of CreateTrainJob.m, but this code should look at out.log for each model and get the loss value for all iterations and find where the slope of this curve levels out or goes below some threshold. Output this value into a README.txt file that is put in the output of the train directory.

grep "loss = " LOG/* | sed "s/^.*]//"