google-research / multinerf

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

What happens to 'log': jnp.exp, 'exp': jnp.log,/ #95

Open Derry-Xing opened 1 year ago

Derry-Xing commented 1 year ago
    'log': jnp.exp,
    'exp': jnp.log,

inv_mapping = {
    'reciprocal': jnp.reciprocal,
    'log': jnp.exp,
    'exp': jnp.log,
    'sqrt': jnp.square,
    'square': jnp.sqrt
}
jonbarron commented 1 year ago

Can't say I understand this question.