ml-mdm icon indicating copy to clipboard operation
ml-mdm copied to clipboard

ResNet MLX

Open gabrielfnayres opened this issue 10 months ago • 0 comments

Key Architectural Changes

  • Unsqueeze Process
    Adjusted tensor dimension expansion logic to ensure proper shape compatibility between temporal embeddings and spatial feature maps.

  • Temporal Embedding Broadcast
    Modified broadcasting logic to align temporal embeddings with spatial dimensions without introducing shape mismatches.


Testing & Validation

  • Test Strategy
    Implemented straightforward test cases to verify:

    • Layer behavior consistency
    • Numerical stability across resolutions
  • Resolved Issues

    • Fixed GroupNorm portability issues related to:
      • Parameter initialization
      • Axis/dimension handling during inference
    • Validated edge cases for temporal embedding integration

Screenshot 2025-02-26 at 17 37 18

gabrielfnayres avatar Feb 26 '25 20:02 gabrielfnayres