DCASE2020_Task2_Solution-Anomaly_detection- icon indicating copy to clipboard operation
DCASE2020_Task2_Solution-Anomaly_detection- copied to clipboard

DCASE2020 Task2 Self-supervised learning solution

Results 4 DCASE2020_Task2_Solution-Anomaly_detection- issues
Sort by recently updated
recently updated
newest added

Please provide the details of the version of the packages used to run the notebook. in: model_pre = model_from_json(open(model_path + 'model.json').read()) I get the following error "ValueError: Unknown layer: ReLU"...

For reproducibility issues, does anyone know where can I find the code used to pre-train the MobileNetV2 model with the Softmax Cross Entropy Classification and MixUp Augmentation ? Thanks in...

Can I upload the complete code? How does the pre training model work

@shinmura0 Hi. how to get the values of max_,min_,mean and sigma of the dataset? max_ = np.max(x_train)=0.18673706 min_ = np.min(x_train)=-0.18011475 But they are different from yours(max_ = 15.6,min_ = -74.7)...