GPU vs CPU performance #1195
sohanasarah
started this conversation in
General
Replies: 2 comments
-
Beta Was this translation helpful? Give feedback.
0 replies
-
me too,really wonder if it's normal or there is other parameters i can adjust |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am training neural-prophet with a large dataset. I am trying to use accelerator: gpu feature but I noticed that training performance is better on cpu than gpu. I tried to increase batch size and decrease epoch still I get the same result. Am I missing something? Below is the parameter setup that I used:
params = dict(
weekly_seasonality = False,
daily_seasonality = False,
seasonality_mode = 'multiplicative',
epochs=500,
learning_rate=0.05,
accelerator = "gpu"
)
Beta Was this translation helpful? Give feedback.
All reactions