Antoine Pradel
Antoine Pradel
Hello, I would like to use grad-CAM to add explainability to my model train on multiple multivariate timeseries. The idea would be to have something like this :  found...
Hello, Im not sure to understand the figures ploted by show_gradcam() from the XCM model. Does anyone could explain me the results? Her is an example of plot that I...
I currently working on a project which constist in extracting informations for repport. I would like to use newspaper for this but as for now I have only seen newspaper...
Hello, I would like to generate features for each observation of my time serie and not only window by window. Does this possibility exist in tsfel and do you know...
I working on a project where I would like to find bold text in an image (medical repport). For this Im using WordFontAttributes trhough the following function: ``` def get_words_info(image_path,...
When i run the following : ``` python data_preprocess.py SMD ``` I get the following error ``` ImportError: DLL load failed: Le module spécifié est introuvable. Failed to load the...
From what I see in the data of this repository the data have the following shape : **(number of time series * lenght of time series)** However a multivatiate time...
Hello, first of all thank you for your amazing work. **Describe the bug** I have a model with the function forward take x and y in parameters. ```` ... def...