Open skmanzg opened 3 hours ago
[plus] Since I have four GPUs, I set gpus = 4
and it seems gpus are not detected and freezed. I had to set gpus = 1
to avoid this problem. According to the document, gpus
is the number of gpus that I have. I wonder why this is not working either.
What happened + What you expected to happen
I have tried to use AutoTimeMixer after successfully doing ordinary 'TimeMixer.'
This one worked well when I tried to do it. (ordinary ver)
Note:
Y_train_df["unique_id"].nunique()
= 5 andH = 288
and then, AutoTimeMixer is not working. Both Ray and Optuna are not working. I wonder why does it happen for auto. I have tried to use many different parameters to match the tensor size only to fail to solve this problem.
The code and logs are in the section below:
Versions / Dependencies
python 3.10.14 reinstalled neuralforecast today
Reproduction script
Issue Severity
High: It blocks me from completing my task.