feat: add AlphaDropout layer with hot-pink node color#340
Open
Sickwoman wants to merge 1 commit intoc2siorg:mainfrom
Open
feat: add AlphaDropout layer with hot-pink node color#340Sickwoman wants to merge 1 commit intoc2siorg:mainfrom
Sickwoman wants to merge 1 commit intoc2siorg:mainfrom
Conversation
38bd6a0 to
6c25845
Compare
Backend: - Add customalphadropout to model_generation._build_layer() - Validates rate in (0, 1) exclusive — strict bounds for AlphaDropout - Falls back to rate=0.5 on empty input - 9 unit tests: valid rates, edge cases, invalid inputs, full model pipeline Frontend: - AlphaDropoutNode component (hot-pink: rgb(220,53,153) / header rgb(190,24,93)) - Color token: node-alphadropout in tailwind.config.js - Registered in Canvas.jsx nodeTypes and defaultParams - Added to Sidebar.jsx layer palette - NodePropertiesPanel.jsx config with SELU usage hint - Helpers.jsx validation — rate must be in (0,1) exclusive - 8 frontend tests covering render, configured, not-configured states All 171 backend tests pass. All 50 frontend tests pass.
6c25845 to
96906a0
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Backend:
Frontend:
All 171 backend tests pass. All 50 frontend tests pass.
Description
Brief summary of the changes. Reference any related issues.
Fixes #(issue number)
Type of Change
How Has This Been Tested?
Describe the tests you ran to verify your changes.
Checklist