Skip to content

Conversation

@AliRaza1844
Copy link

When I tried to run the model I was having the following error:
TypeError: can only concatenate list (not "dict_values") to list
by changing self.metrics.values() to list(self.metrics.values()) the error removed. And the model started running.

When I tried to run the model I was having the error: TypeError: can only concatenate list (not "dict_values") to list.
by changing self.metrics.values() with list(self.metrics.values()) the error removed. And the model start running.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant