Limited-Data-Rolling-Bearing-Fault-Diagnosis-with-Few-shot-Learning
Limited-Data-Rolling-Bearing-Fault-Diagnosis-with-Few-shot-Learning copied to clipboard
This is the corresponding repository of paper Limited Data Rolling Bearing Fault Diagnosis with Few-shot Learning
i wonder preds_5_shot = [], prods_5_shot = [] meaning can you explain ^^? preds meaning is predicts?
Hello there, I think your dataset link in `metadata.txt` is old now. The domain of the CWRU dataset is changed from `http://csegroups.case.edu/sites/default/files/bearingdatacenter/files/Datafiles/` to `https://engineering.case.edu/sites/default/files/`. I think you can update them...
Question
When I run experiment AB, I always report the following error: AB: is_training = False # enable or disable train models. if enable training, save best models will be update....
When I run the last part of the code in experimentC, the error occurred as shown below: KeyError Traceback (most recent call last) D:\Anaconda3\envs\tensorflow35\lib\site-packages\pandas\core\indexes\base.py in get_loc(self, key, method, tolerance) 2441...