pyg_autoscale
pyg_autoscale copied to clipboard
synchronize in pool.py
Hello, GNNAutoScale is an interesting and solid work, and thanks for your hard work.
However, when running "synchronize = torch.ops.torch_geometric_autoscale.synchronize", it reports an error.
How to deal with this problem?

Did you run python setup.py install before executing the scripts?
Did you run
python setup.py installbefore executing the scripts?
Yes, and when running small_benchmark/main.py, it shows that a circular import happens.

Can you try to run the script not within the root folder, but within small_benchmark?
cd small_benchmark
python main.py
Can you try to run the script not within the root folder, but within
small_benchmark?cd small_benchmark python main.py
Yep that's the way I run it.

This is weird. What's the installation log of
python setup.py clean && python setup.py develop