This message was deleted.
# neural-forecast
s
This message was deleted.
k
Hey @Sayan Sinha Can you try to limit the gpus to only one?
import os os.environ["CUDA_VISIBLE_DEVICES"] = "0"
I am checking right now a silent bug when combining pytorch multiprocess with ray
s
Thanks @Kin Gtz. Olivares, that seems to help! However, now I am coming across a Unicode encoding error:
UnicodeEncodeError: 'latin-1' codec can't encode characters in position 74-83: ordinal not in range(256)
k
Awesome @Sayan Sinha!!
Can you help me putting the issue and the momentary solution in here? https://github.com/Nixtla/neuralforecast/issues
s
Sure!
k
Thanks
s
Any clue about the unicode encoding error?