You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when i run learn_graph.py to get PEMS04's learngraph
i got AttributeError: 'Namespace' object has no attribute 'thresh_T',maybe thresh_cos also need to solve.
What should i do ,thank u?
The text was updated successfully, but these errors were encountered:
Hello, sorry for the late reply. Do you follow the steps in the readme file? We first run "graph_preparation.py" to generate time correlation graph, and the parameters in this file include "Thres_T". Then, after learning node embeddings through node2vec algorithm, "learn_graph.py" is used to learn the final graph. The parameter in this file is "Thres_cos". There is no Thres_T parameter.
when i run learn_graph.py to get PEMS04's learngraph
i got AttributeError: 'Namespace' object has no attribute 'thresh_T',maybe thresh_cos also need to solve.
What should i do ,thank u?
The text was updated successfully, but these errors were encountered: