Open stsievert opened 6 years ago
Instead of 64x9, maybe 32x18.
This will be _resize_to_2d in codings/svd.py.
_resize_to_2d
codings/svd.py
@hwang595
@hwang implemented this. We looked at the results and decided to reshape (n, 9) to (n/2, 18)
Instead of 64x9, maybe 32x18.
This will be
_resize_to_2d
incodings/svd.py
.