Skip to content

Junglepan/Pytorch_InceptionTime

 
 

Repository files navigation

Pytorch_InceptionTime

This is Pytorch implementation of a 1D-CNN Time-series classification model InceptionTime

I test my code with the environment below:

Environment

python == 3.5
pytorch == 1.1.0
scikit-learn == 0.21.3

His results on 128 UCR datasets can be found at here

The Accuracy comparison on UCR 128 datasets with one time run of our code is below image

Some datasets' results are significantly different—the difference between data preprocessing causes that.

For example, for PLAID dataset, the author used a z-normalized PLAID dataset, but we keep the original from the UCR archive.

en-page-001 (1)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 64.9%
  • Jupyter Notebook 35.1%