NEFM-TUDresden / MCRpy

Microstructure Characterization and Reconstruction in Python
Apache License 2.0
38 stars 13 forks source link

Attribute error for Gram matrices #4

Open adiaz20 opened 3 months ago

adiaz20 commented 3 months ago

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.

s5409693 commented 2 months ago

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)?