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

crutcher / bimm / #178
72%

Build:
DEFAULT BRANCH: main
Ran 01 Sep 2025 05:22AM UTC
Jobs 1
Files 70
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

01 Sep 2025 05:14AM UTC coverage: 75.292% (-0.5%) from 75.773%
#178

push

crutcher
feat: add model weight caching and support for loading pretrained ResNet weights

- Introduced `cache` module with `fetch_model_weights` function for caching and downloading model weights.
- Enabled loading pretrained weights in ResNet models with new `with_classes` method.
- Updated `resnet_tiny` example to support pretrained weights and re-initialize output layers for customized class counts.
- Replaced `SGD` optimizer with `Adam` for enhanced training performance.
- Simplified `resnet_pretrained` example by reusing `cache::fetch_model_weights` implementation.
- Added dependency on `dirs` for handling cache directories.

0 of 19 new or added lines in 2 files covered. (0.0%)

2255 of 2995 relevant lines covered (75.29%)

38.85 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
5
0.0
0.0% crates/bimm/src/models/resnet/resnet_model.rs
14
0.0
crates/bimm/src/cache/mod.rs
Jobs
ID Job ID Ran Files Coverage
1 #178.1 01 Sep 2025 05:22AM UTC 70
75.29
Source Files on build #178
  • Tree
  • List 70
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 85848031 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