Replies: 2 comments 2 replies
-
Dear @sushmit86, Have you tried for a more significant model size ? Side note: You could use Trainer(profiler="simple") to find out where the time is being spent on the Lightning side. Best, |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks @tchaton for this here is the profiler report. Any ideas
|
Beta Was this translation helpful? Give feedback.
2 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.
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to convert a Keras code to Pytorch_lightning, I see a significant difference between the two. Keras is running much faster than PL. Here is my code below. Here is also a Colab link for the same Colab link. Please note I have tested both with CPU and GPU. In both cases Keras is running much faster.
Beta Was this translation helpful? Give feedback.
All reactions