Terbe Dániel

Results 8 issues of Terbe Dániel

Hi @andrewekhalel , First of all, thank you for this repo! I would like to ask that what is the so-called "cs value" in the ssim metric implementation? Best wishes,...

question

Hi! First of all thank you for your contribution to the field! I have concerns about the input video format (.mp4) as these typically apply some compression to the images....

Hi @jackaduma, First of all, thanks a lot for the implementation, it is really useful. Unfortunately, the training and preprocessing scripts are missing: the link in the readme file does...

Hi, In the corresponding article, the temporal frame length is 64 in the training. My question is that is it possible that after training we inputting different temporal lengths, or...

Hi, The link for pretrained weights does not work, could you please update. Thanks, Daniel

### Description When calling the plot_prediction() function in PytorchForecasting with multiple targets, the function reuses the same axes for each target. This behavior results in overlapped plots for different targets,...

## Describe the bug ClearML does not find all necessary packages so I add manually my requirments.txt to the experiment: ```python clm.Task.add_requirements("requirements.txt") ``` Now, the listed env packages associated with...

bug

- PyTorch-Forecasting version: 1.0.0 - PyTorch version: 2.0.0 - Python version: Python 3.10.8 - Operating System: Ubuntu I am using a target EncoderNormalizer which produces the following warning: ``` sklearn/base.py:409:...