broccoli-ml 0.1.35__py3-none-any.whl → 0.1.36__py3-none-any.whl

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.
broccoli/vit.py CHANGED
@@ -244,6 +244,7 @@ class CCT(nn.Module):
244
244
  image_classes=100,
245
245
  linear_module=nn.Linear,
246
246
  image_channels=3,
247
+ batch_norm=False,
247
248
  ):
248
249
 
249
250
  super().__init__()
@@ -275,6 +276,7 @@ class CCT(nn.Module):
275
276
  stochastic_depth=stochastic_depth,
276
277
  linear_module=linear_module,
277
278
  image_channels=image_channels,
279
+ batch_norm=batch_norm,
278
280
  )
279
281
  self.pool = SequencePool(
280
282
  transformer_embedding_size, linear_module, image_classes
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: broccoli-ml
3
- Version: 0.1.35
3
+ Version: 0.1.36
4
4
  Summary: Some useful Pytorch models, circa 2025
5
5
  License: MIT
6
6
  Author: Nicholas Bailey
@@ -10,8 +10,8 @@ broccoli/rope.py,sha256=hw7kBPNR9GQXj4GxyIAffsGKPfcTPOFh8Bc7oEHtaZY,12108
10
10
  broccoli/tensor.py,sha256=E2JK5mQwJf75e23-JGcDoT7QxQf89DJReUo2et1LhRY,1716
11
11
  broccoli/transformer.py,sha256=gFBIEowGFPSgQhM1RwsRtQlw_WzVJPY-LJyf1MLtPek,16277
12
12
  broccoli/utils.py,sha256=htq_hOsdhUhL0nJi9WkKiEYOjEoWqFpK5X49PtgTf-0,299
13
- broccoli/vit.py,sha256=GQbhMl1kxdatc_7XKax_n86mKkLnpcudMDYVgb3RXtg,10780
14
- broccoli_ml-0.1.35.dist-info/LICENSE,sha256=0BAzJE5BqQ7Iixp_AFdB2W1uO-HCRX-Qfun8PHt6yVM,1073
15
- broccoli_ml-0.1.35.dist-info/METADATA,sha256=OGs5rbGvilFkiOwZrsx-Rph1iVKIlykmvCZaZQATBbc,1257
16
- broccoli_ml-0.1.35.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
17
- broccoli_ml-0.1.35.dist-info/RECORD,,
13
+ broccoli/vit.py,sha256=WEIJoemSDbYwZXNL3ArW4WhLIaWz1h7nTK3_LHD5Oyk,10841
14
+ broccoli_ml-0.1.36.dist-info/LICENSE,sha256=0BAzJE5BqQ7Iixp_AFdB2W1uO-HCRX-Qfun8PHt6yVM,1073
15
+ broccoli_ml-0.1.36.dist-info/METADATA,sha256=FXohxMQF2qtcUv9B_JeRXgihoDYVUCqCK5ns-PeSx8o,1257
16
+ broccoli_ml-0.1.36.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
17
+ broccoli_ml-0.1.36.dist-info/RECORD,,