• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

crutcher / bimm / #173
72%

Build:
DEFAULT BRANCH: main
Ran 31 Aug 2025 07:24PM UTC
Jobs 1
Files 68
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

31 Aug 2025 07:17PM UTC coverage: 77.094% (-1.3%) from 78.373%
#173

push

crutcher
feat: enhance ResNet API and resnet_tiny example with DropBlock and stochastic depth support

- Added new API methods to ResNet for setting DropBlock options and stochastic depth configurations (`with_standard_drop_block_prob`, `with_stochastic_depth_drop_path_rate`).
- Introduced `DropBlockOptions` support across `ResidualBlock`, `LayerBlock`, and ResNet layers.
- Updated `resnet_tiny` example to use ResNet-101 and new API methods for configurable DropBlock probability and drop path rate.
- Replaced `AdamW` optimizer with `SGD` and added gradient clipping and weight decay configurations for better training control.
- Modified default training settings: reduced batch size to 32, adjusted learning rate, and increased epochs to 100.

0 of 49 new or added lines in 3 files covered. (0.0%)

2255 of 2925 relevant lines covered (77.09%)

39.77 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
8
71.79
-8.21% crates/bimm/src/models/resnet/layer_block.rs
9
71.43
-13.68% crates/bimm/src/models/resnet/residual_block.rs
32
0.0
0.0% crates/bimm/src/models/resnet/resnet_model.rs
Jobs
ID Job ID Ran Files Coverage
1 #173.1 31 Aug 2025 07:24PM UTC 68
77.09
Source Files on build #173
  • Tree
  • List 68
  • Changed 4
  • Source Changed 4
  • Coverage Changed 4
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 988a5703 on github
  • Prev Build on main
  • Next Build on main
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc