Mustafa Hajij

Results 12 comments of Mustafa Hajij

@gbg141 I have started point 1 above, https://github.com/pyt-team/TopoNetX/pull/176 please take a look at that PR, and let me know if other normalization are needed. I am going to work on...

what is the update on this issue @maneelusf ?

Here my initial thoughts on this. The signature for any TNN should pass ( features, neighborhoods) somehow. In pyg this has the format ( features, index). In tnx, we create...

Alternatively, one may allow to cash in the complexes and store the matrices inside the complex itself when chosen. Then pass these objects in the forward pass. This will create...

> I have a couple of clarifying questions about cellular attention networks and the code for the attention mechanism in the conv and message passing files. > > * I...

> @mhajij The tests fail because `coseg` loads a pickled state of `SimplicialComplex` with internal properties. This is (unrelated to this pull request) a bad idea, as any change of...

> This is a draft pull request, it is not to be merged right now regardless :) > > However, just to clarify: I do _not_ propose to remove the...

@ffl096 I think we can merge this now, testing is failing however, can you please take care of it so we can merge ? also lint.

> The dataset issue still stands and is outside of the scope to be fixed here. We cannot reliably use pickled objects as data objects. I cannot merge wihout passing...