Skip to content

How to verify if my added node features are propagating during train time #93

Answered by cw-tan
varunpatro1 asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @varunpatro1,

Thank you for your interest in Allegro! Would it be possible to share how you've edited OneHotAtomEncoding (this module)? Also, perhaps you've done this already, but did you pip install again after your changes, or did you do pip install -e . so that your changes will be reflected without having to pip install each time after editing files in nequip? I assume you also did something like data[AtomicDataDict.NODE_ATTRS_KEY] = concat after you've done the concatenation? You could add print statements in nn/_allegro.py around here to check if the shape of node_invariants is what you expect after your concatenation.

Replies: 2 comments 9 replies

Comment options

You must be logged in to vote
5 replies
@varunpatro1
Comment options

@cw-tan
Comment options

@varunpatro1
Comment options

@cw-tan
Comment options

@varunpatro1
Comment options

Answer selected by Linux-cpp-lisp
Comment options

You must be logged in to vote
4 replies
@varunpatro1
Comment options

@Linux-cpp-lisp
Comment options

@varunpatro1
Comment options

@cw-tan
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants