Code for "HyperNeRF: A Higher-Dimensional Representation for Topologically Varying Neural Radiance Fields".
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
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?