google / hypernerf

Code for "HyperNeRF: A Higher-Dimensional Representation for Topologically Varying Neural Radiance Fields".
https://hypernerf.github.io
Apache License 2.0
896 stars 105 forks source link

Inconsistent shapes between value and initializer for parameter "kernel" in "/warp_field/trunk/hidden_0" #28

Closed mah-asd closed 2 years ago

mah-asd commented 2 years ago

in running eval.py with "hypernerf_vrig_ap_2d.gin" configuration I got this error:

raise errors.ScopeParamShapeError(name, self.path_text, flax.errors.ScopeParamShapeError: Inconsistent shapes between value and initializer for parameter "kernel" in "/warp_field/trunk/hidden_0": (32, 128), (47, 128). (https://flax.readthedocs.io/en/latest/flax.errors.html#flax.errors.ScopeParamShapeError)

anyone has any idea?

dengdengan commented 2 years ago

Dear mah-asd Have you solved this problem? how?