My model is is not using GPU after successful conversion though

Your training might suffer from e.g. a data loading bottleneck (or any other bottleneck, which starves the GPU). Have a look at e.g. this post for more information about the data loading and try to profile your code to check, which is the slowest part.

1 Like