Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aaron-xichen/pytorch-playground
/ functions
Functions
136 in github.com/aaron-xichen/pytorch-playground
⨍
Functions
136
◇
Types & classes
25
Method
n_batch
(self)
imagenet/dataset.py:36
Method
n_sample
(self)
imagenet/dataset.py:40
Function
resnet101
(cuda=True, model_root=None)
utee/selector.py:130
Function
resnet101
(pretrained=False, model_root=None, **kwargs)
imagenet/resnet.py:167
Function
resnet152
(cuda=True, model_root=None)
utee/selector.py:138
Function
resnet152
(pretrained=False, model_root=None, **kwargs)
imagenet/resnet.py:174
Function
resnet18
(cuda=True, model_root=None)
utee/selector.py:106
Function
resnet18
(pretrained=False, model_root=None, **kwargs)
imagenet/resnet.py:146
Function
resnet34
(cuda=True, model_root=None)
utee/selector.py:114
Function
resnet34
(pretrained=False, model_root=None, **kwargs)
imagenet/resnet.py:153
Function
resnet50
(cuda=True, model_root=None)
utee/selector.py:122
Function
resnet50
(pretrained=False, model_root=None, **kwargs)
imagenet/resnet.py:160
Function
select
(model_name, **kwargs)
utee/selector.py:162
Function
squeezenet1_0
r"""SqueezeNet model architecture from the `"SqueezeNet: AlexNet-level accuracy with 50x fewer parameters and <0.5MB model size" <https://arxi
imagenet/squeezenet.py:116
Function
squeezenet1_1
r"""SqueezeNet 1.1 model from the `official SqueezeNet repo <https://github.com/DeepScale/SqueezeNet/tree/master/SqueezeNet_v1.1>`_. SqueezeNe
imagenet/squeezenet.py:127
Function
squeezenet_v0
(cuda=True, model_root=None)
utee/selector.py:146
Function
squeezenet_v1
(cuda=True, model_root=None)
utee/selector.py:154
Function
stl10
(cuda=True, model_root=None)
utee/selector.py:50
Function
stl10
(n_channel, pretrained=None)
stl10/model.py:47
Function
str2img
(str_b)
utee/misc.py:141
Function
svhn
(cuda=True, model_root=None)
utee/selector.py:26
Function
svhn
(n_channel, pretrained=None)
svhn/model.py:47
Function
tanh_quantize
(input, bits)
utee/quant.py:71
Function
target_transform
(target)
svhn/dataset.py:12
Function
vgg11
VGG 11-layer model (configuration "A")
imagenet/vgg.py:82
Function
vgg11_bn
VGG 11-layer model (configuration "A") with batch normalization
imagenet/vgg.py:90
Function
vgg13
VGG 13-layer model (configuration "B")
imagenet/vgg.py:96
Function
vgg13_bn
VGG 13-layer model (configuration "B") with batch normalization
imagenet/vgg.py:104
Function
vgg16
(cuda=True, model_root=None)
utee/selector.py:66
Function
vgg16
VGG 16-layer model (configuration "D")
imagenet/vgg.py:110
Function
vgg16_bn
(cuda=True, model_root=None)
utee/selector.py:74
Function
vgg16_bn
VGG 16-layer model (configuration "D") with batch normalization
imagenet/vgg.py:118
Function
vgg19
(cuda=True, model_root=None)
utee/selector.py:82
Function
vgg19
VGG 19-layer model (configuration "E")
imagenet/vgg.py:124
Function
vgg19_bn
(cuda=True, model_root=None)
utee/selector.py:90
Function
vgg19_bn
VGG 19-layer model (configuration 'E') with batch normalization
imagenet/vgg.py:132
← previous
101–136 of 136, ranked by callers