AttributeError: module 'tensorflow_federated.python.learning' has no attribute 'ModelWeights'

663 Views Asked by At

I use TFF 0.12.0, in this line :

model = tff.learning.ModelWeights.from_model('model.h5')

I find this error:

AttributeError: module 'tensorflow_federated.python.learning' has no attribute 'ModelWeights'

How can I change this line to be functional with version 0.12.0 Thanks

0

There are 0 best solutions below