broccoli-ml 0.8.0__tar.gz → 0.8.1__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: broccoli-ml
3
- Version: 0.8.0
3
+ Version: 0.8.1
4
4
  Summary: Some useful Pytorch models, circa 2025
5
5
  License: MIT
6
6
  Author: Nicholas Bailey
@@ -312,7 +312,7 @@ class CCT(nn.Module):
312
312
  input_size=(32, 32),
313
313
  cnn=True,
314
314
  cnn_in_channels=3,
315
- minimum_cnn_out_channels=16,
315
+ cnn_out_channels=16,
316
316
  cnn_kernel_size=3,
317
317
  cnn_kernel_stride=1,
318
318
  cnn_padding="same",
@@ -365,7 +365,7 @@ class CCT(nn.Module):
365
365
  input_size=input_size,
366
366
  cnn=cnn,
367
367
  cnn_in_channels=cnn_in_channels,
368
- minimum_cnn_out_channels=minimum_cnn_out_channels,
368
+ cnn_out_channels=cnn_out_channels,
369
369
  cnn_kernel_size=cnn_kernel_size,
370
370
  cnn_kernel_stride=cnn_kernel_stride,
371
371
  cnn_padding=cnn_padding,
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "broccoli-ml"
3
- version = "0.8.0"
3
+ version = "0.8.1"
4
4
  description = "Some useful Pytorch models, circa 2025"
5
5
  authors = [
6
6
  {name = "Nicholas Bailey"}
File without changes
File without changes
File without changes