KPConv icon indicating copy to clipboard operation
KPConv copied to clipboard

Can you provide your codes about cpp_wrappers based on tf2 and cuda11.0?

Open longmalongma opened this issue 4 years ago • 2 comments

Can you provide your codes about cpp_wrappers based on tf2 and cuda11.0? I can compile it when I using tf2 and cuda11.0. Looking forward to your reply.

longmalongma avatar Dec 21 '20 01:12 longmalongma

I am sorry, I have never worked with tf2. The version of cuda should not matter for the cpp_wrappers, and as for tf2, I don't know what changed so if you need to use the cpp_wrappers, you will need to adapt them yourself.

Best, Hugues

HuguesTHOMAS avatar Dec 21 '20 13:12 HuguesTHOMAS

Hello @longmalongma,

I think you can install tensorflow<2.11 and then import it in scripts like that:

import tensorflow
tf = tensorflow.compat.v1
tf.disable_v2_behaviour()

Yarroudh avatar Aug 17 '23 12:08 Yarroudh