When I'm training using univariate time-series data, when I use gpu in the SamePadConv layer, I get 1.33 seconds and use cpu in the SamePadConv layer, I get 0.0002 seconds.
As for as I know, if I use gpu, it should be faster, so why is this cause occurring?
When I'm training using univariate time-series data, when I use gpu in the SamePadConv layer, I get 1.33 seconds and use cpu in the SamePadConv layer, I get 0.0002 seconds.
As for as I know, if I use gpu, it should be faster, so why is this cause occurring?