Skip to content

Introduce training mode switch to Dropout layer#229

Merged
aobolensk merged 3 commits into
mainfrom
dropout
Nov 23, 2025
Merged

Introduce training mode switch to Dropout layer#229
aobolensk merged 3 commits into
mainfrom
dropout

Conversation

@aobolensk

Copy link
Copy Markdown
Member

On inference DropOut is normally no-op (unless specified explicitly). Introduce the training-mode parameter to control DropOut behavior

@aobolensk aobolensk requested a review from allnes as a code owner November 12, 2025 15:33
@codecov

codecov Bot commented Nov 12, 2025

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 66.66667% with 2 lines in your changes missing coverage. Please review.
✅ Project coverage is 84.33%. Comparing base (2a2b9df) to head (bc8b106).
⚠️ Report is 7 commits behind head on main.

Files with missing lines Patch % Lines
include/layers/DropOutLayer.hpp 33.33% 0 Missing and 2 partials ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #229      +/-   ##
==========================================
+ Coverage   83.84%   84.33%   +0.49%     
==========================================
  Files          44       44              
  Lines        2655     2770     +115     
  Branches     1466     1540      +74     
==========================================
+ Hits         2226     2336     +110     
  Misses        219      219              
- Partials      210      215       +5     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@aobolensk aobolensk merged commit 541f549 into main Nov 23, 2025
22 of 23 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