NEFM-TUDresden/MCRpy

Attribute error for Gram matrices

Closed this issue · 1 comments

When I try to characterize a microstructure using the Gram matrices descriptor, the following error is raised:
AttributeError: 'tuple' object has no attribute 'as_list'

I suspect that it could be caused by the deprecation of the tensorflow function to convert a keras tensor into a tf tensor, but I don't know how to solve that.

Does the error still occur if you use exactly the versions listed in the table in https://github.com/NEFM-TUDresden/MCRpy#Dependencies (not newer versions but exactly these versions)?