stephenjfox/Morph.py

Widen: Layer fitting

stephenjfox opened this issue · 0 comments

If the layers done fit together snuggly - the dimensions of their dimensions don't align - we reshape them to better fit together.

  • This is done by resizing the next layer's input dimension to match the preceding layer's output dimension
    • Any other implementation would be eschewing the weights and just confusing the mathematics.