Output Transform with GPU #2010
Answered
by
LordPontiag
LordPontiag
asked this question in
Q&A
-
|
Hi it doesn't switch on GPU. |
Beta Was this translation helpful? Give feedback.
Answered by
LordPontiag
Jul 19, 2025
Replies: 1 comment 7 replies
-
|
Have you tried to remove the decorator |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@vl-dud Hi,
I finally found the problem's solution!
The problem of "not using GPU" while "using output transform" is because of the TensorFlow 2X !!!
If you use TensorFlow 1X (i.e. tf.compat.v1), there wouldn't be such problem!