Ali El Hadi ISMAIL FAWAZ
Ali El Hadi ISMAIL FAWAZ
Hello, The authors added a section in the ReadMe file ```Adapt the code for your PC``` to let users know how to adapt the code such as the ```root_dir```.
Hello, The latest version of the UCR Archive had fixed the issue of NaN values and non-equal length time series in some datasets also.
Hello, This is an issue of OS because as you can see in this [line here](https://github.com/hfawaz/InceptionTime/blob/470ce144c1ba43b421e72e1d216105db272e513f/main.py#L171) that the author used the ```+``` operation to join paths, which lead to create...
Hello, The shape is (Number of Samples, TimeSteps, Number of Features) yes.
Hello, can you try to see if the code runs without the errors mentioned in the other issues ? if it does work can you do a PR for it...
@hfawaz
It will be the same code, just provide instead of the accuracy (as for classification) the metric used for regression (rmse for example) and it should the same thing, can...