junaidmalik09 / fastonn

FastONN - Python based open-source GPU implementation for Operational Neural Networks
GNU General Public License v3.0
22 stars 9 forks source link

Ask for the code of SelfONNLayer #9

Closed shqing closed 1 year ago

shqing commented 1 year ago

Hi, Junaid Malik,

Thanks for your sharing the codes of FastONN on Github. I would like to run the code but I found that the SelfONNLayer from fastonn is missing. Can you share the code of SelfONNLayer to me? Thanks a lot.

junaidmalik09 commented 1 year ago

Hello! The SelfONN layers are now renamed and separated for 1d and 2d data. You can find the function definitions at https://github.com/junaidmalik09/fastonn/blob/master/fastonn/SelfONN.py#L248 and https://github.com/junaidmalik09/fastonn/blob/master/fastonn/SelfONN.py#L301 respectively

shqing commented 1 year ago