I want to train recommender model by multi GPUs.
I used this tutorial code " [
Recommending movies: retrieval with distribution strategy
](https://www.tensorflow.org/recommenders/examples/diststrat_retrieval)"
,
but my 2nd GPU’s utilization is around 1~2%.(1st GPU’s utilization is around 40%)

How can I get the second GPU to work properly?