orbizzz / EREcode

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

EREcode

This repo contains all using code for the Energy Resource Engineering bachelor's degree paper

TimeSeriesTransformers

You can test with alltest.sh in TimeSeriesTransformers directory.

All datasets except custom dataset can be downloaded from Google Drive

ViT-Pruning

It's about Vision Transformer Pruning with channel selection module.

But it's quite messy code so just use as a reference code.

Informer-Pruning

You can test a simple informer pruning with Informer-Pruning/informer.ipynb. (Using L1 regularization and magnitude pruning)

References

https://github.com/cure-lab/LTSF-Linear

https://github.com/Cydia2018/ViT-cifar10-pruning

https://github.com/Doheon/TimeSeriesForecast-Informer

About


Languages

Language:Python 96.3%Language:Shell 3.7%