mauriceqch / pcc_geo_cnn

Learning Convolutional Transforms for Point Cloud Geometry Compression
MIT License
46 stars 12 forks source link

tensorflow 1.13 or 1.12? #5

Open yansir-X opened 4 years ago

yansir-X commented 4 years ago

Hello, in this website you said you used tf 1.13, but in the paper you said 1.12. So, can you give me a precise version that you used for both tensorflow-gpu and tensorflow cpu? I am worried about version uncompatibility issues.

Thanks

mauriceqch commented 4 years ago

Hello, It should work with both but 1.13.1 is the recommended version. There shouldn't be many differences between versions 1.12, 1.13 and 1.15.

yansir-X commented 4 years ago

Wow, very quick answer, thanks so much!