• Stars
    star
    212
  • Rank 185,054 (Top 4 %)
  • Language
    Python
  • License
    MIT License
  • Created almost 6 years ago
  • Updated over 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

pytorch code of multi scale 1d resnet, we hope it will help your research

Multi Scale 1D ResNet

NetWork

This is a variation of our CSI-Net, but it is a super light-weighted classification network for time serial data with 1D convolutional operation, where 1D kernels sweep along with the time axis. The multi scale setting is inspired by Inception, and we found it useful.

Tested Environment

  1. python 3.6
  2. pytorch 0.4.1
  3. cuda 8.0/9.0
  4. Windows7/Ubuntu 16.04