Unable to load data data/sensor_graph/adj_mx_bay.pkl : the STRING opcode argument must be quoted
Traceback (most recent call last):
File "run_demo.py", line 37, in
run_dcrnn(args)
File "run_demo.py", line 20, in rundcrnn
, _, adj_mx = load_graph_data(graph_pkl_filename)
File "C:\Users\mlvis\Documents\Emma\DCRNN\lib\utils.py", line 198, in load_graph_data
sensor_ids, sensor_id_to_ind, adj_mx = load_pickle(pkl_filename)
File "C:\Users\mlvis\Documents\Emma\DCRNN\lib\utils.py", line 205, in load_pickle
pickle_data = pickle.load(f)
_pickle.UnpicklingError: the STRING opcode argument must be quoted
Hi, Can you help me with this error? I have run
and the error log is listed as follows:
Thanks a lot for your help!