Open hsm207 opened 6 years ago
Why is CONV_MERGE_LEN = 8?
The shape of sensor_conv_in is (64, 20, 2, 4, 64). So shouldn't CONV_MERGE_LEN be 4 so that it matches matches the features from each sensor?
sensor_conv_in
Why is CONV_MERGE_LEN = 8?
The shape of
sensor_conv_in
is (64, 20, 2, 4, 64). So shouldn't CONV_MERGE_LEN be 4 so that it matches matches the features from each sensor?