dgcnz / dl2

Code for "Effect of equivariance on training dynamics"
1 stars 0 forks source link

Implement octahedral kernel on gconv #64

Closed dgcnz closed 1 month ago

dgcnz commented 1 month ago

Added sample usage here: https://github.com/dgcnz/dl2/commit/0ac55bf1ab91ddced382274083f7c26c9631215a

dgcnz commented 1 month ago

Added octahedral gconv here: https://github.com/dgcnz/dl2/blob/5c3a5d83daff58cfe99dda827dd60210557dbf32/src/models/components/wang2024/oh_t3.py#L25-L46

dgcnz commented 1 month ago

Already implemented the relaxed lifting conv se3 here: https://github.com/dgcnz/gconv/blob/43ed995bc8c74f5b1ad37c8865522d4fa4992580/gconv/gnn/kernels/kernel_sen/kernel_se3.py#L77 Tomorrow I'll finish the separable se3 relaxed gconv

dgcnz commented 1 month ago

Closed by #74