GitXplorerGitXplorer
A

Parallel3DTopologyLayer

public
0 stars
0 forks
0 issues

Commits

List of commits on branch main.
Verified
b1211cf96f67db799550079e77dd011686bd7524

Update README.md

AAbdBarho committed 2 years ago
Verified
f99c1297b5819893eb8daa8f44984947e9a30ff9

Update README.md

AAbdBarho committed 2 years ago
Verified
27bc45cea3361aa748acfabf1685385d0e24636a

Update README.md

AAbdBarho committed 2 years ago
Verified
5a733a7024ad4369196b566f656545b4ba6084bb

Update README.md

AAbdBarho committed 2 years ago
Verified
49b82b9cbbb69b3545d712e0092499a54946fe7f

Update README.md

AAbdBarho committed 2 years ago
Verified
7e39b7c8859e1c16b555287526208249d1af37c6

Add files via upload

AAbdBarho committed 2 years ago

README

The README file for this repository.

Parallel3DTopologyLayer

A 3D slice-wise CPU-parallelized implementation on top of TopologyLayer.

Classes

Topo3DLoss

computes toplogy loss on each slice on the first axis individually.

Topo3DLossRotatingAxis

computes toplogy loss on a axis epoch % 3

Topo3DLossAllAxes

computes toplogy loss on all axes, as an average of the individual axis

This was used as part of our submission for the PARSE 2022 challenge.