hfawaz / dl-4-tsc

Deep Learning for Time Series Classification
GNU General Public License v3.0
1.53k stars 544 forks source link

Having issues in regression #32

Open vibha15 opened 3 years ago

vibha15 commented 3 years ago

II am using univariate time-series data that i simulated from my models for this dsc-4-tsc codes. I modified the codes according to the regression for me. Some codes worked well. But mcdcnn, cnn, and mcnn are not providing expected results. I mean mcdcnn and cnn are throwing the same loss and metric values (like mape, mae, etc regression) throughout all the epochs, . I checked the given classification codes with the provided coffee data, it worked well for classification. Could you please suggest for modification in the codes for regression? if possible. thanks

ramdhan1989 commented 3 years ago

I have same problem

motnog commented 3 years ago

I have same problem