Reputation: 71
I finally installed the GPU version and since then I have had this issue:
WARNING:absl: Found untraced functions such as _jit_compiled_convolution_op, _jit_compiled_convolution_op
while saving (showing 2 of 2). These functions will not be directly callable after
loading.
Upvotes: -1
Views: 1199
Reputation: 3414
I’m not sure if this warning can be an issue. However it is even shown in the Tensorflow documentation. I think you can safely ignore it and you should still be okay, unless you really need to “use” the untraced function.
Upvotes: 2