Skip to content

Commit aaaacb3

Browse files
authored
Merge pull request #16 from icecube/HexConvTF2
Fix in gradient calculation for hex layers. Propagation of weight names
2 parents e8df0a7 + 2eb1e13 commit aaaacb3

7 files changed

Lines changed: 1696 additions & 832 deletions

File tree

test/test_conv.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
from __future__ import division, print_function
2-
31
import unittest
42
import numpy as np
53
import tensorflow as tf

test/test_hex.py

Lines changed: 814 additions & 0 deletions
Large diffs are not rendered by default.

test/test_layers.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
from __future__ import division, print_function
2-
31
import unittest
42
import numpy as np
53
import tensorflow as tf

0 commit comments

Comments
 (0)