percent4 / multi-label-classification-4-event-type

multi-label-classification-4-event-type
129 stars 49 forks source link

fileio报错 #14

Open whatsupuh opened 2 years ago

whatsupuh commented 2 years ago

debug: bert_model = BertVector(pooling_strategy="NONE", max_seq_len=200) 这里报错 self._read_buf = _pywrap_file_io.BufferedInputStream( TypeError: init(): incompatible constructor arguments. The following argument types are supported:

  1. tensorflow.python.lib.io._pywrap_file_io.BufferedInputStream(filename: str, buffer_size: int, token: tensorflow.python.lib.io._pywrap_file_io.TransactionToken = None)
  2. 怎么解决