bert
bert copied to clipboard
Windows fatal exception: access violation
When I was running the MRPC example, this line of code reported a fatal error.
with tf.io.gfile.GFile(FLAGS.input_meta_data_path, 'rb') as reader: input_meta_data = json.loads(reader.read().decode('utf-8'))
Have you debugged your code? In my case I didn't download a model and didn't put it to the specified folder
@lyriccoder Have you figured it out?