Closed dara1400 closed 5 months ago
I want to use nf.predict in a loop. It keeps printing this:
GPU available: True (cuda), used: True TPU available: False, using: 0 TPU cores IPU available: False, using: 0 IPUs HPU available: False, using: 0 HPUs LOCAL_RANK: 0 - CUDA_VISIBLE_DEVICES: [0]
Is there way to stop it from printing?
Windows 11, Python 3.10, neuralforecast v1.7.2
for i in range(100): nf.predict(x[i])
High: It blocks me from completing my task.
import logging logging.getLogger('pytorch_lightning').setLevel(logging.ERROR)
What happened + What you expected to happen
I want to use nf.predict in a loop. It keeps printing this:
GPU available: True (cuda), used: True TPU available: False, using: 0 TPU cores IPU available: False, using: 0 IPUs HPU available: False, using: 0 HPUs LOCAL_RANK: 0 - CUDA_VISIBLE_DEVICES: [0]
Is there way to stop it from printing?
Versions / Dependencies
Windows 11, Python 3.10, neuralforecast v1.7.2
Reproduction script
Issue Severity
High: It blocks me from completing my task.