yscacaca / DeepSense

Deepsense: a unified deep learning framework for time-series mobile sensing data processing.
196 stars 71 forks source link

Why is CONV_MERGE_LEN = 8? #25

Open hsm207 opened 6 years ago

hsm207 commented 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?