-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot run make_graphfeat.sh script #8
Comments
hello @VincentBt , sorry for my late reply. i've since graduated and am working full-time, so I've not been checking these repos as regularly. please feel free to message me on LinkedIn if my replies are slow. Yes, you are right - we decided not to upload the graph feats anymore (we used to) because they take up too much space and it's easier to just generate them from scratch. I've made a PR to remove that incorrect statement in the README. As for the generation itself, you're also right, the bash script has incorrect arguments, somehow (it definitely was working before, hahaha...). It's been a long time since I last ran it, but the idea is the PyTorch rxn-ebm/rxnebm/data/dataset.py Lines 106 to 107 in 1919eec
rxn-ebm/rxnebm/data/dataset.py Line 164 in 1919eec
now, i admit it's a convoluted way of doing it (back when i was still young in college...), but the idea is to run here, you can see that we will first look for precomputed files, and if they don't exist at the expected paths, then we will proceed with the precomputation: rxn-ebm/rxnebm/data/dataset.py Lines 186 to 193 in 1919eec
if we really only want to make the graphfeats, then we could set the training epochs to 0 so that no training happens. for the model name, you could provide |
Hello @VincentBt , I wanted to check in if you're still facing any other issues with using our work? :) |
Hi @linminhtoo, thank you for the work! I'd like to reproduce the results of the paper thanks to the README file. I'm trying to generate graph features (as they are not in the google drive, contrary to your statement "We again provide them in our Drive") but I cannot execute
bash scripts/retrosim/make_graphfeat.sh
as it raises the following exception:I've looked at the history of the sh files and the trainEBM.py file and I guess it's simply a problem in
trainEBM.py
not properly dealing with the case where model_name = None?The text was updated successfully, but these errors were encountered: