Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Attribute Error in the models.py #730

Open
navidkhalilifar opened this issue May 29, 2024 · 0 comments
Open

Attribute Error in the models.py #730

navidkhalilifar opened this issue May 29, 2024 · 0 comments

Comments

@navidkhalilifar
Copy link

After running the train.py, I got this error:

  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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant