↓ 1 callersFunctionlatent_initialize Note: Normal latent_base shape (1, 48, 4, 4) Normal latent_vec shape [(1, 48, 4, 4), (1, 6, 16, 16), (1, 12, 8, 8)] Corre
models/flow_latent.py:32
Method__init__(self, flow, adv_models, query_set_models, optim, train_set, valid_set, args, cuda)
trainners/MetaLearner.py:17
Method__init__(self, dataset, depth, alpha, num_classes, bottleneck=False)
surro_models/cifar10_models/pyramidnet.py:115
Method__init__(self, last_planes, in_planes, out_planes, dense_depth, stride, first_layer)
surro_models/cifar10_models/dpn.py:8
Method__init__(self, nb_layers, in_planes, out_planes, block, stride, dropRate=0.0)
surro_models/cifar10_models/wrn.py:34