Yang7879 / 3D-BoNet

🔥3D-BoNet in Tensorflow (NeurIPS 2019, Spotlight)

Home Page:https://arxiv.org/abs/1906.01140

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can a higher version of tensorflow run the project?

zhaoyu19920930 opened this issue · comments

Hi,Yang7879.I am learning your project now. You really make a remarkably job.
When I configure the environment, like the tensorflow, if I use a higher version of the tensorflow(tensorflow 1.13.1), what will happen? So, is your project backwards compatible?

By the way, does the project need very fast GPU? For I have a GTX 730 GPU,it has poor computing power.
Thanks.

hi @zhaoyu19920930 , thanks for your interest in our paper. It's supposed to be able to run on tf 1.x versions, though you may modify slightly when necessary.

The project does not require sophisticated GPUs because the network is quite lightweight. GTX 730 should be enough to make it work.

Thanks for your nice response.