nerf icon indicating copy to clipboard operation
nerf copied to clipboard

Can you please upgrade to TensorFlow 2?

Open zhmlcg opened this issue 3 years ago • 2 comments

I used tf_upgrade_v2 to translate the 1.x code to 2.x with three manual edits. It's not hard but it would be more convenient to upgrade the code to TensorFlow 2. After all, it's year 2021 now and TF2 is popular. Thanks.

zhmlcg avatar Oct 20 '21 06:10 zhmlcg

They migrated everything (and other related works) to jax. You can look for jax-nerf for the implementation. I think they have no intention to update this repo anymore. After all, it's just a research topic, not some product that they intend to update constantly.

kwea123 avatar Dec 15 '21 12:12 kwea123

Hi @zhmlcg, I forked this repository and upgraded the existing code so that it can be compatible with Tensorflow 2. Refer to my code here: https://github.com/cjw531/nerf_tf2 and hope it helps.

cjw531 avatar Apr 26 '22 03:04 cjw531