Skip to content

Releases: qinenergy/syn2real

Synthetic CWRU dataset

04 Nov 12:18
9f05dd5
Compare
Choose a tag to compare

We provide the parquet files in this release.

├── data
│   ├── cwru.parquet           [+]# CWRU dataset in parquet format
│   ├── cwru_synthetic.parquet  [+]# Synthetic CWRU dataset we generated
│   ├── preprocessed            # Preprocessed data we used for our experiments
│   │   ├── XreallDEenv.npy
│   │   ├── XsynallDEenv.npy
│   │   ├── yreallDEenv.npy
│   │   └── ysynallDEenv.npy
│   └── preprocess.py           # Preprocessing code
├── code
│   └── Syn2real_CWRU.ipynb     # Notebook to reproduce our CWRU synthetic to real adaptation results. Identical to the Google Colab we provide.
└── README.md