google-research / multinerf

A Code Release for Mip-NeRF 360, Ref-NeRF, and RawNeRF
Apache License 2.0
3.58k stars 339 forks source link

Could you please provide the version of jax, jaxlib and flax used in this repository? #11

Closed zhangtianjia closed 1 year ago

zhangtianjia commented 1 year ago

Very thankful for your impressive work in implementing the NeRF-based methods. However, when I was training the network, I encountered the problem of incompatibility. The usage of some functions is changed in the new version, such as jax and flax. May I know the installed version of jax, jaxlib, and fax?

jonbarron commented 1 year ago

We used the most recent public versions of all three libraries. Can you tell us more about the incompatibility issues you're having?

zhangtianjia commented 1 year ago

We used the most recent public versions of all three libraries. Can you tell us more about the incompatibility issues you're having?

Thanks for your reply. In the beginning, I had python 3.6 installed. But the recent versions of jax, jaxlib, and flax do not support python 3.6. After I upgraded to python 3.8, the issues are overcomes. Thanks for your work.