You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If running the lab for the domain adaptation and using the grl_training solution the model gets trained without errors but the following error occurs if model.evaluate(...) is called after the training: ValueError: Found two metrics with the same name: digits_classifier_accuracy
Does anyone can help to find out why?
The text was updated successfully, but these errors were encountered:
If running the lab for the domain adaptation and using the grl_training solution the model gets trained without errors but the following error occurs if
model.evaluate(...)
is called after the training:ValueError: Found two metrics with the same name: digits_classifier_accuracy
Does anyone can help to find out why?
The text was updated successfully, but these errors were encountered: