Open jiaqifan123 opened 1 year ago
@jiaqifan123 Assume you are using pip, follow these steps:
Hello, author. In the second line of the practitioner.py file under your recently updated simulation_lib: from cyy_torch_toolbox.dataset import DatasetCollectionSampler. I found that DatasetCollectionSampler was missing, which caused the program to fail to run. Is there any solution? Thank you very much.
Did you manage to resolve the DatasetCollectionSampler error?
@rafaelbarbarroxa git pull to the latest version and it should work
@jiaqifan123 git pull to the latest version and it should work
I am getting this error now: ModuleNotFoundError: No module named 'simulation_lib.method.adaptive_graph_avg'
@rafaelbarbarroxa I fixed the errors, please re-pull
Got it working, thank you @cyyever
Hello, author. When I configured the environment and ran the following code:bash gtg_shapley_train.sh, I encountered these problems:ModuleNotFoundError: No module named 'spacy', assert has_torch_geometric, ModuleNotFoundError: No module named 'torchmetrics'.How should I solve these problems? thank you very much.