Skip to content

Conversation

@gomurin0428
Copy link
Contributor

@gomurin0428 gomurin0428 commented Nov 24, 2025

Fix the "Gradients and Layers" documentation issue #2628

target document part

In model3, the second layer does not have a sigmoid activation, whereas in model1 and model2 the second layer does include a sigmoid activation. As a result, the structures of model1/model2 and model3 are actually quite different, but in the “Flux’s layers” section the text implies that model1 and model3 are structurally almost the same, which is contradictory. If we make the second layer of model1 and model2 linear, this inconsistency disappears.

PR Checklist

  • Tests are added (docs-only, not run)
  • Entry in NEWS.md (not included; seems unnecessary for docs-only change)
  • Documentation, if applicable

Copy link
Member

@mcabbott mcabbott left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@mcabbott mcabbott merged commit 649afa6 into FluxML:master Nov 28, 2025
5 of 9 checks passed
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