Running the code "as-is" I see
/content/ChainCRF.py in build(self, input_shape)
302 name='U',
303 regularizer=self.U_regularizer,
--> 304 constraint=self.U_constraint)
305
306 self.b_start = self.add_weight((n_classes, ),
TypeError: add_weight() got multiple values for argument 'name'
Is the code maintained?
Running the code "as-is" I see
/content/ChainCRF.py in build(self, input_shape)
302 name='U',
303 regularizer=self.U_regularizer,
--> 304 constraint=self.U_constraint)
305
306 self.b_start = self.add_weight((n_classes, ),
TypeError: add_weight() got multiple values for argument 'name'
Is the code maintained?