Fix Bug #73

Open
opened 2025-10-14 17:19:01 -06:00 by navan · 0 comments
Owner

Originally created by @AliRaza1844 on 10/2/2018

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.

*Originally created by @AliRaza1844 on 10/2/2018* 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.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github/handwriting-synthesis#73
No description provided.