You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Following the install guide leads to "ERROR: No matching distribution found for torch==1.5.1; extra == "all" (from u8darts[all])"
You need to specify the versions:
conda install -c conda-forge -c pytorch pip fbprophet==0.6 pytorch==1.5.1 cpuonly
when fitting the model in "TCN-examples.ipynb" following error pops up:
File "C:\Users\JB\miniconda3\envs\darts2\lib\site-packages\darts\utils\torch.py", line 62, in decorator
manual_seed(self._random_instance.randint(0, high=MAX_TORCH_SEED_VALUE))
File "mtrand.pyx", line 743, in numpy.random.mtrand.RandomState.randint
File "_bounded_integers.pyx", line 1343, in numpy.random._bounded_integers._rand_int32
ValueError: high is out of bounds for int32
I change coding in "...\site-packages\darts\utils\torch.py" in line 17: