some Problem in Chain CRF.py
def _fetch_mask(self): mask = None
if self._inbound_nodes:
mask = self._inbound_nodes[0].input_masks[0]
return mask
I haven't found the corresponding function for the input_masks here. Is there anything that can be replaced?
Hey, sorry for the late message, but I am trying this now and getting a very similar error. [https://pastebin.com/yffUk1wV] Was yours the same? Were you able to resolve it, and if so could you tell me how?
Hey, sorry for the late message, but I am trying this now and getting a very similar error. [https://pastebin.com/yffUk1wV] Was yours the same? Were you able to resolve it, and if so could you tell me how? As far as I can deduce because the source code does not match the tensorflow version, I found a new ChainCRF implementation elsewhere. https://github.com/qcri/dialectal_arabic_segmenter/blob/master/code/ChainCRF.py