Where to Post for Tensor Subclass Support?

I am developing a new framework for entropy-driven learning without backpropagation. It requires a custom tensor subclass in PyTorch to handle knowledge accumulation, decision probabilities, and entropy-based updates.

Where is the best place to post for support on implementing a PyTorch tensor subclass for this type of learning?
Thanks in advance for any guidance!

have a look at GitHub - albanD/subclass_zoo which is a collection of subclass examples. Start from there and adapt things to your needs.

1 Like

Thank you for your help