You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
File "/.../graphics/tensorflow_graphics/projects/cvxnet/lib/models.py", line 120, in compute_loss
update_ops = self.updates
^^^^^^^^^^^^
AttributeError: 'MultiConvexNet' object has no attribute 'updates'
It looks the MultiConvexNet object is not initialized and the error happens.
Could you help me to solve the problem.
The text was updated successfully, but these errors were encountered:
After running the train.py, I got this error:
It looks the MultiConvexNet object is not initialized and the error happens.
Could you help me to solve the problem.
The text was updated successfully, but these errors were encountered: