Skip to content

GPU's defaulting to 0 in Timeseries forecasting #3863

Closed Answered by shchur
alexkovaceski asked this question in Q&A
Discussion options

You must be logged in to vote

Hi, this is a mistake in the debug logging. If you see

GPU Count: 1

at the start of AutoGluon training, then all models that support GPU (=deep learning models like TFT, PatchTST, DeepAR) will use the GPU. You can verify this by checking the GPU utilization during training.

You can safely ignore the debug message Fitting SeasonalNaive with 'num_gpus': 0, 'num_cpus': 12, it's logged by mistake and we will try to fix it soon.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@alexkovaceski
Comment options

Answer selected by shchur
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants