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

snapshot...

parent ddcacffe
No related branches found
No related tags found
No related merge requests found
...@@ -1110,7 +1110,7 @@ def tile_extract(trnfile='/home/rink/tiles_l1b_train.h5', tstfile='/home/rink/ti ...@@ -1110,7 +1110,7 @@ def tile_extract(trnfile='/home/rink/tiles_l1b_train.h5', tstfile='/home/rink/ti
trn_icing_lats = icing_lats[trn_idxs,] trn_icing_lats = icing_lats[trn_idxs,]
# Data augmentation ------------------------------------------------------------- # Data augmentation -------------------------------------------------------------
trn_data_dct_aug = {[] for ds_name in train_params} trn_data_dct_aug = {ds_name : [] for ds_name in train_params}
trn_icing_intesity_aug = [] trn_icing_intesity_aug = []
trn_icing_times_aug = [] trn_icing_times_aug = []
trn_icing_lons_aug = [] trn_icing_lons_aug = []
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment