Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Nov 28, 2025

Addresses review feedback from #1 requesting documentation for the Repeated class's parameter behavior.

Changes

  • Added docstring to Repeated class clarifying that each repetition has independently initialized parameters (not shared weights)
class Repeated(LayerBase):
    """Applies the same layer n times sequentially.

    Each repetition has independent, separately initialized parameters.
    This is typical for transformer blocks where each layer has its own weights.
    """

✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

findmyway and others added 2 commits November 28, 2025 10:14
Copilot AI changed the title [WIP] Address feedback on mini-transformer example PR Add docstring to Repeated class documenting independent parameters Nov 28, 2025
Copilot AI requested a review from findmyway November 28, 2025 02:17
@findmyway findmyway closed this Nov 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants