Method__init__(self, in_size, out_size, matrix_batch=1, bias=True, complex=False, tied_weight=True,
increas
butterfly/butterfly.py:343
Method__init__(self, factors, n_terms=None, complex=False, fixed_order=False, softmax_fn='softmax')
learning_transforms/butterfly_old.py:110
Method__init__(self, size, n_terms=None, complex=False, fixed_order=False, softmax_fn='softmax', learn_perm=False)
learning_transforms/butterfly_old.py:167
Method__init__(self, size, rank=1, complex=False, twiddle=None, ortho_init=False)
learning_transforms/butterfly_old.py:298
Method__init__(self, in_size, out_size, complex=False, decreasing_size=True, tied_weight=True, bias=True)
learning_transforms/butterfly_old.py:403
Method__init__(self, in_planes, out_planes, stride, groups, grouped_conv_1st_layer=True, shuffle='P', preact=False)
cnn/shufflenet_imagenet.py:87
Method__init__(self, num_classes=1000, groups=8, width_mult=1.0, shuffle='P', preact=False)
cnn/shufflenet_imagenet.py:144
Method__init__(self, batch_size, num_threads, device_id, data_dir, crop, dali_cpu=False)
cnn/imagenet/dataloaders.py:20
Method__init__(self, batch_size, num_threads, device_id, data_dir, crop, size)
cnn/imagenet/dataloaders.py:70
Method__init__(self, arch, loss, pretrained_weights=None, cuda=True, fp16=False,
width=1.0, n_struct_layers
cnn/imagenet/training.py:31
Method__init__(self, depth, widen_factor, dropout_rate, num_classes, structure_type=None, **kwargs)
cnn/models/wide_resnet.py:71
Method__init__(self, w, h, method='identity', rank=2, train=True, **kwargs)
cnn/models/presnet.py:208
Method__init__(self, size, sig='BT1', param='ortho2', stochastic=False, temp=1.0, samples=1, sample_method='gumbel', hard=Fa
cnn/models/presnet.py:348
Method__init__(self, in_channels, out_channels, kernel_size, stride=1, padding=0, dilation=1, bias=True,
ti
cnn/models/butterfly_conv.py:131
Method__init__(self, in_channels, out_channels, kernel_size, stride=1, padding=0, dilation=1, bias=True,
ti
cnn/models/butterfly_conv.py:214
Method__init__(self, num_classes=10, num_structured_layers=0, structure_type='B', nblocks=0, param='regular')
cnn/models/mobilenet.py:54
Method__init__(self, in_channels, out_channels, kernel_size, stride=1, padding=0, dilation=1, bias=True, rank=1)
cnn/models/low_rank_conv.py:10
Method__init__(self, inplanes, planes, stride=1, downsample=None, is_structured=False, structure_type='B', nblocks=1,
cnn/models/resnet_imagenet.py:52