bert icon indicating copy to clipboard operation
bert copied to clipboard

Windows fatal exception: access violation

Open BruceLee66 opened this issue 6 years ago • 2 comments

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'))

BruceLee66 avatar Sep 05 '19 02:09 BruceLee66

Have you debugged your code? In my case I didn't download a model and didn't put it to the specified folder

lyriccoder avatar Sep 18 '19 18:09 lyriccoder

@lyriccoder Have you figured it out?

lcy020625 avatar Aug 11 '22 04:08 lcy020625