↓ 5 callersMethodsample_weights(self, incoming, outgoing, G,
ops, gate, dilation, activation,
b
SMASH.py:704
↓ 1 callersMethod__init__(self, depth=12, width=4, N=8, N_max=64, nClasses=100,
bottleneck=4, max_bottleneck=4, depth_c
SMASH.py:48
↓ 1 callersFunctionevaluate(SMASH, which_dataset, batch_size, seed, validate,
num_random, num_perturb, num_markov,
evaluate.py:18
↓ 1 callersFunctiontrain_test(depth, width, N, N_max, which_dataset,
bottleneck, max_bottleneck, depth_compression,
train.py:31
Method__init__(self, n_in, n_out, kernel_size=(3,3), dilation=(1,1), preactivation=True, batchnorm=False, groups=1, activati
layers.py:311
Method__init__(self, n_in, n_bottle, n_out, ops, gate, dilation=[(1,1)]*4, activation=[F.relu]*4, kernel_size=[(3,3)]*4, gro
layers.py:365
Methodforward(self, x, n_out, f=F.relu, dilation=(1,1), ks=[3,3], groups=1)
layers.py:148
Methodforward(self, x, n_out, op, gate, dilation, nl, ks=[[3,3]]*4, groups=[1]*4)
layers.py:200
Methodforward(self, x, w1x1=None, incoming=None, outgoing=None,
G=None, ops=None, gate=None, dilation=None,
SMASH.py:887