Skip to content

Attribute Error in the models.py #730

@navidkhalilifar

Description

@navidkhalilifar

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions