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

Fix removed function to make it run #39

Closed sxyu closed 1 year ago

sxyu commented 1 year ago

Thank you for releasing the code finally! Just ran into this problem when I tried to run it. Can't believe jax is randomly removing functions in new minor versions. Jax 0.3.17 https://github.com/google/jax/blob/main/CHANGELOG.md

The deprecated DeviceArray.tile() method has been removed. Use {func}jax.numpy.tile ({jax-issue}#11944).

Related issue: #38

google-cla[bot] commented 1 year ago

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.