broccoli-ml 0.5.2__tar.gz → 0.5.4__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.
- {broccoli_ml-0.5.2 → broccoli_ml-0.5.4}/PKG-INFO +1 -1
- {broccoli_ml-0.5.2 → broccoli_ml-0.5.4}/broccoli/vit.py +2 -2
- {broccoli_ml-0.5.2 → broccoli_ml-0.5.4}/pyproject.toml +1 -1
- {broccoli_ml-0.5.2 → broccoli_ml-0.5.4}/LICENSE +0 -0
- {broccoli_ml-0.5.2 → broccoli_ml-0.5.4}/README.md +0 -0
- {broccoli_ml-0.5.2 → broccoli_ml-0.5.4}/broccoli/__init__.py +0 -0
- {broccoli_ml-0.5.2 → broccoli_ml-0.5.4}/broccoli/activation.py +0 -0
- {broccoli_ml-0.5.2 → broccoli_ml-0.5.4}/broccoli/assets/2025_resnet_imagenet_1k_pretrained_state_dict.pkl +0 -0
- {broccoli_ml-0.5.2 → broccoli_ml-0.5.4}/broccoli/assets/cifar100_eigenvectors_size_2.pt +0 -0
- {broccoli_ml-0.5.2 → broccoli_ml-0.5.4}/broccoli/assets/cifar100_eigenvectors_size_3.pt +0 -0
- {broccoli_ml-0.5.2 → broccoli_ml-0.5.4}/broccoli/cnn.py +0 -0
- {broccoli_ml-0.5.2 → broccoli_ml-0.5.4}/broccoli/eigenpatches.py +0 -0
- {broccoli_ml-0.5.2 → broccoli_ml-0.5.4}/broccoli/linear.py +0 -0
- {broccoli_ml-0.5.2 → broccoli_ml-0.5.4}/broccoli/rope.py +0 -0
- {broccoli_ml-0.5.2 → broccoli_ml-0.5.4}/broccoli/tensor.py +0 -0
- {broccoli_ml-0.5.2 → broccoli_ml-0.5.4}/broccoli/transformer.py +0 -0
- {broccoli_ml-0.5.2 → broccoli_ml-0.5.4}/broccoli/utils.py +0 -0
@@ -409,8 +409,8 @@ class CCT(nn.Module):
|
|
409
409
|
transformer_bos_tokens=transformer_bos_tokens,
|
410
410
|
transformer_activation=transformer_activation,
|
411
411
|
transformer_activation_kwargs=transformer_activation_kwargs,
|
412
|
-
|
413
|
-
|
412
|
+
transformer_mlp_dropout=transformer_mlp_dropout,
|
413
|
+
transformer_msa_dropout=transformer_msa_dropout,
|
414
414
|
transformer_stochastic_depth=transformer_stochastic_depth,
|
415
415
|
linear_module=linear_module,
|
416
416
|
initial_batch_norm=initial_batch_norm,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|