-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Trying to use COMTE and TSR but facing when plotting features #43 #44
Comments
Hello @JHoelli Thank you for your reactivity ! Since you marked it as a bug do you have any estimations when will you submit a fix? |
Hi, I am currently fixing it. I hope to finish it in a few hours (afternnon / evening CEST ). (Checking for side effects unfortunately needs some time). |
Hi @JanaSw, you can install the patch with Thanks for reporting the issue. |
Hello @JHoelli I tested it and debugged and checked the values it is indeed working now :) Thanks again for your reactivity !! |
Great, I just merged it in the Main Branch. |
Hello,
I am doing multivariate time series classification with 2 features.
When using the plot function with either COMTE or TSR only a portion of the features are being plotted for each instance.
When I debugged I suspected an issue with the reshape done in the plot.
BEFORE Reshape: In the below screenshot is the item values we can see 2 features starting both from 0 value:
AFTER Reshape: here we see that the reshape didn't conserve all the values of the feature (we can that not both features are starting at 0)
This is happening inside both plot functions: plot_in_one in CF.py at line 181 when it reshape the item
and plot in Saliency_Base.py at line 61 when it reshape the item
Note: I am using tensorflow
can you please help ? am I missing something or there is a bug ?
The text was updated successfully, but these errors were encountered: