Giacomo Guiduzzi
Giacomo Guiduzzi
I was trying to test the model and I noticed that it was taking me around 2 hours to download and parse each file singularly. I decided to try parallelizing...
**Describe the bug** By debugging the training process for the `TCNModel` class that leads to the `forward()` and `_compute_loss()` I found out that the `_compute_loss()` function reshapes the data using...
Greetings, I searched the documentation but couldn't find anything regarding the argument. I may have lost it so please point me in the right direction if that's the case. After...
### Summary of Changes 1. **Removal of Unneeded Configuration**: - Deleted several configuration and project files under the `.idea` and `FeatTS.egg-info` directories that were mistakenly uploaded previously. 2. **Syntax and...
Greetings, I searched the documentation and issues but I couldn't find a clear answer to what I have in mind. Let's say I want to forecast the future value at...
### 1. Feature description This feature would allow users to work on Irregularly Sampled Time Series when testing imputation methods by computing the loss directly through PyPOTS loss functions, which...