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

crutcher / bimm / #167

Builds Branch Commit Type Ran Committer Via Coverage
#167 main refactor: adjust `resnet_tiny` batch size and refine LayerBlock logic - Reduced default batch size in `resnet_tiny` example from 512 to 128 for improved training flexibility. - Simplified `LayerBlock` configuration by refining `ResidualBlock` ini... push 30 Aug 2025 02:55AM UTC crutcher
78.15
#166 main refactor: streamline shape assertions and update `resnet_tiny` example - Removed unused shape contract imports in `BasicBlock` and `BottleneckBlock` for better clarity. - Scoped shape assertion macros under `debug_assertions` to align with condit... push 30 Aug 2025 02:45AM UTC crutcher
78.13
#165 main feat: add new ResNet example and extend model API with legacy support - Introduced a new `resnet_tiny` example for training ResNet models using the Cinic-10 dataset with enhanced dataset handling and augmentation. - Added a `legacy_new` construct... push 30 Aug 2025 02:36AM UTC crutcher
78.13
#164 main refactor: add `is_empty` method to `LayerBlock` for checking empty state - Introduced `is_empty` method in `LayerBlock` to determine if it contains no blocks. - Provides a simple utility for improved state checks and maintainability. push 30 Aug 2025 01:38AM UTC crutcher
79.62
#163 main refactor: add `cardinality` to configure group convolutions in ResNet blocks - Introduced `cardinality` as a configurable parameter in `ResNetBlockConfig`. - Updated `Conv2dNormBlockConfig` to utilize `cardinality` for group convolutions. - Enhan... push 28 Aug 2025 10:07PM UTC crutcher
81.8
#162 main docs: update documentation for `initializer` in `ActivationLayerConfig` - Added clarification on the relationship between `initializer` and `activation`. push 28 Aug 2025 09:56PM UTC crutcher
81.84
#161 main refactor: remove `Linear` activation layer from `ActivationLayer` configuration - Deleted support for `Linear` activation in `ActivationLayerConfig` and `ActivationLayer` enums. - Removed related initialization, forward pass handling, and test im... push 28 Aug 2025 09:47PM UTC crutcher
81.83
#160 main refactor: rename `ConvNorm` to `Conv2dNormBlock` and update related modules - Renamed `ConvNorm` module, structure, and references to `Conv2dNormBlock` for naming consistency. - Updated `Downsample` and `BasicBlock` to utilize the renamed `Conv2d... push 28 Aug 2025 08:28PM UTC crutcher
81.84
#159 main refactor: streamline `BasicBlock` construction by improving drop path and skip connection logic - Simplified `drop_block` and `drop_path` initialization with inline mapping for cleaner code. - Refined skip connection setup by integrating `downsam... push 28 Aug 2025 08:18PM UTC crutcher
81.69
#158 main refactor: introduce `SizeConfig` to enhance `DropBlockOptions` kernel handling - Added `SizeConfig` to support flexible kernel size configurations, including fixed and ratio-based options. - Updated `DropBlockOptions` to use `SizeConfig` for impr... push 28 Aug 2025 08:05PM UTC crutcher
81.78
#157 main refactor: improve `BasicBlock` configuration handling and modularity - Standardized variable extraction for clearer and reusable channel, stride, and dilation logic. - Refined `drop_block` and `drop_path` initialization with `Option` mapping for ... push 28 Aug 2025 07:50PM UTC crutcher
81.78
#156 main refactor: rename `basic_block` to `blocks` and update channel/dilation handling - Renamed `basic_block` module to `blocks` for broader functionality coverage. - Refactored channel handling in `BasicBlock` to use `in_planes`, `planes`, and `out_pl... push 28 Aug 2025 07:30PM UTC crutcher
81.44
#155 main refactor: simplify `DropBlock2dConfig` initialization and improve construction in `BasicBlock` - Added `From<DropBlockOptions>` implementation for `DropBlock2dConfig` to streamline initialization. - Replaced `new().with_options()` pattern with `f... push 28 Aug 2025 01:03AM UTC crutcher
81.96
#154 main refactor: use `ConvNormMeta` in `BasicBlock` for channel and stride access - Updated `BasicBlock` methods to leverage `ConvNormMeta` for `in_channels`, `out_channels`, and `stride`. - Enhanced consistency and code readability by replacing direct ... push 28 Aug 2025 12:59AM UTC crutcher
81.95
#153 main refactor: remove unnecessary `#[inline]` attributes and improve module documentation - Eliminated `#[inline]` annotations from several methods as they were redundant. - Added documentation for the `ConvNorm` module and updated its visibility in `... push 28 Aug 2025 12:49AM UTC crutcher
82.17
  • ← Previous
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • …
  • 16
  • 17
  • Next →
  • Back to Repo
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

© 2025 Coveralls, Inc