This commit is contained in:
iperov 2019-03-20 14:43:02 +04:00
parent 6169e6ba8a
commit 97008291b8

View file

@ -124,7 +124,7 @@ class SAEModel(ModelBase):
target_dst_ar = [ Input ( ( bgr_shape[0] // (2**i) ,)*2 + (bgr_shape[-1],) ) for i in range(ms_count-1, -1, -1)]
target_dstm_ar = [ Input ( ( mask_shape[0] // (2**i) ,)*2 + (mask_shape[-1],) ) for i in range(ms_count-1, -1, -1)]
use_bn = True
use_bn = False
models_list = []
weights_to_load = []