You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Based on our discussion earlier, elaborating on the "different node representation input":
Have dataset object annotate different inputs with different style of representing graphs. i.e., different preprocessing steps that yield different representations, like dataset.smiles_representation or some other representation.
Have datasets be typed. Typed according to what input representation it assumes, and then have a flag that can be passed forward to the model (and by extension, the models should be typed).
Potentially, we might want to do something like this paper which the input has both the graph representation + junction tree representation (I digged in the code and it's possible to process molecules into junction trees either on the fly or as part of preprocessing)
what features do we want for
Dataset
object?now we have the following functionalities
we should consider adding the following:
The text was updated successfully, but these errors were encountered: