Please refer to this pytorch styleguide.
Please refer to this pytorch template.
- Detrend
- Filtering
- xxxx
- TCN
- ResNet
- ResNeXt
- ResNeSt
- InceptionTime
- FCN
- MLP
- challenge2020 official evaluation
- BCE loss
- weighted BCE loss
- Soft Labeling
- Learning Rate Schedule
- Warm Up
###Tips
- Preparing the data and engineering the features are the critical data-related factors in machine learning. Algorithm selection is also very important though not as important as feature engineering and data preparation.