Skip to content
Snippets Groups Projects
Commit 92d05ee7 authored by tomrink's avatar tomrink
Browse files

snapshot...

parent 99573c54
No related branches found
No related tags found
No related merge requests found
......@@ -1485,10 +1485,10 @@ def run_icing_predict_image_1x1(clvrx_dir='/Users/tomrink/data/clavrx/RadC/', ou
# load parameter stats and model from disk
stdSclr_day = joblib.load('/home/rink/stdSclr_4_day.pkl')
stdSclr_day = joblib.load('/home/rink/stdSclr_day.pkl')
day_model = joblib.load('/home/rink/icing_gbm_day.pkl')
stdSclr_nght = joblib.load('/home/rink/stdSclr_4_nght.pkl')
stdSclr_nght = joblib.load('/home/rink/stdSclr_nght.pkl')
nght_model = joblib.load('/home/rink/icing_gbm_nght.pkl')
if use_flight_altitude is True:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment