Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/akamaster/pytorch_resnet_cifar10
/ functions
Functions
23 in github.com/akamaster/pytorch_resnet_cifar10
⨍
Functions
23
◇
Types & classes
4
↓ 7 callers
Method
update
(self, val, n=1)
trainer.py:282
↓ 3 callers
Method
_make_layer
(self, block, planes, num_blocks, stride)
resnet.py:100
↓ 2 callers
Method
__init__
(self, block, num_blocks, num_classes=10)
resnet.py:87
↓ 2 callers
Function
accuracy
Computes the precision@k for the specified values of k
trainer.py:289
↓ 2 callers
Function
save_checkpoint
Save the training model
trainer.py:265
↓ 2 callers
Function
validate
Run evaluation
trainer.py:215
↓ 1 callers
Function
main
()
trainer.py:61
↓ 1 callers
Method
reset
(self)
trainer.py:276
↓ 1 callers
Function
test
(net)
resnet.py:144
↓ 1 callers
Function
train
Run one train epoch
trainer.py:161
Method
__init__
(self)
trainer.py:273
Method
__init__
(self, lambd)
resnet.py:46
Method
__init__
(self, in_planes, planes, stride=1, option='A')
resnet.py:57
Function
_weights_init
(m)
resnet.py:39
Method
forward
(self, x)
resnet.py:50
Method
forward
(self, x)
resnet.py:78
Method
forward
(self, x)
resnet.py:109
Function
resnet110
()
resnet.py:136
Function
resnet1202
()
resnet.py:140
Function
resnet20
()
resnet.py:120
Function
resnet32
()
resnet.py:124
Function
resnet44
()
resnet.py:128
Function
resnet56
()
resnet.py:132