Skip to content

sphere_patch_aggregation_based_geometric_interdependence

Bases: sphere_patch_based_geometric_interdependence

Source code in tinybig/interdependence/geometric_interdependence.py
class sphere_patch_aggregation_based_geometric_interdependence(sphere_patch_based_geometric_interdependence):
    def __init__(self, interdependence_matrix_mode: str = 'aggregation', *args, **kwargs):
        super().__init__(interdependence_matrix_mode='aggregation', *args, **kwargs)