To promote relevant researches on domain adaptive RUL prediction in the community, we provide the N-CMAPSS dataset used in this paper, with 7 domains readily available. Download here.
Pytorch implementation for Domain Adaptive Remaining Useful Life Prediction with Transformer, https://doi.org/10.1109/TIM.2022.3200667
This is a strict constraint!
CMAPSS.zip
into CMAPSS
folder, which contains processed CMAPSS dataset used in this code.
python train_cmapss.py --source $S --target $T
$S
is source domain, $T
is target domain. Domains include "FD001,FD002,FD003,FD004". Trained models are saved to /online
.save/final
by running:python validation_cmapss.py --source $S --target $T
$S
is source domain, $T
is target domain. Domains include "FD001,FD002,FD003,FD004".
@article{li2022domain,
title={Domain Adaptive Remaining Useful Life Prediction With Transformer},
author={Li, Xinyao and Li, Jingjing and Zuo, Lin and Zhu, Lei and Shen, Heng Tao},
journal={IEEE Transactions on Instrumentation and Measurement},
volume={71},
pages={1--13},
year={2022},
publisher={IEEE}
}