Skip to content

Fix Bug#21

Open
AliRaza1844 wants to merge 1 commit into
sjvasquez:masterfrom
AliRaza1844:master
Open

Fix Bug#21
AliRaza1844 wants to merge 1 commit into
sjvasquez:masterfrom
AliRaza1844:master

Conversation

@AliRaza1844

Copy link
Copy Markdown

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