-
Notifications
You must be signed in to change notification settings - Fork 150
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
[Roadmap] Release Plan for 0.3 #18
Comments
if xxx.txt.proc file is not correspond to the xxx.txt file, the xxx.txt.proc shou be generated again. |
file 2.rxns
run the command,
it report error:
|
If we want to ensure that, we always need to compute graph edits from scratch. As a result, let's always generate that x.proc file from scratch. I've done that in PR #32 . |
I guess you previously held some different reactions in |
it will be better if the base name of DGLGraph file is consistent with the rxn file. test.bin -> xxx.txt.bin |
This shall be addressed in PR #35. |
add debug mode! In the debug mode, it will report what rxn raise the error. run the command
obtain the head 100 rxns in the file sin_map_clean.rxns, it will not report error!
|
Can you provide a reaction that will yield the error? I want to use that for developing the feature you requested. |
This shall be addressed in PR #38 . |
Just tried and I think the issue no longer exists with the master branch.
…On Tue, Aug 25, 2020 at 12:03 PM summer-cola ***@***.***> wrote:
add debug mode!
run the command
python classification_train.py -c XXX.csv -sc SMILES -t XXX -mo MPNN
problems:
Traceback (most recent call last):
File "classification_train.py", line 218, in <module>
main(args, exp_config, train_set, val_set, test_set)
File "classification_train.py", line 93, in main
run_a_train_epoch(args, epoch, model, train_loader, loss_criterion, optimizer)
File "classification_train.py", line 33, in run_a_train_epoch
logits = predict(args, model, bg)
File "/home/yuanyuan/dgl-lifesci/examples/property_prediction/csv_data_configuration/utils.py", line 329, in predict
edge_feats = bg.edata.pop('e').to(args['device'])
File "/home/yuanyuan/soft/anaconda3/lib/python3.7/_collections_abc.py", line 795, in pop
value = self[key]
File "/home/yuanyuan/soft/anaconda3/lib/python3.7/site-packages/dgl/view.py", line 128, in __getitem__
return self._graph.get_e_repr(self._edges)[key]
KeyError: 'e'
when predicting molecular properties -mo weave/attentivefp/MPNN ,the
problem also exists.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#18 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AEVLQXDMGWVGAYURHQTJP4LSCMZ2LANCNFSM4N4CYRWA>
.
|
https://github.com/awslabs/dgl-lifesci/issues/18#issuecomment-679882211 |
This post is used to list the development plan for the next release. Feel free to leave comments if you have any requirement.
The text was updated successfully, but these errors were encountered: