For further introductions to transfer learning in bearing fault diagnosis, please read our paper. And if you find this repository useful and use it in your works, please cite our paper, thank you~: ...
import numpy as np import torch from stereonet.model import StereoNet from stereonet import utils as utils # Load in the image pair as numpy uint8 arrays # sample ...