Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/L1aoXingyu/Deep-Learning-Project-Template
/ functions
Functions
28 in github.com/L1aoXingyu/Deep-Learning-Project-Template
⨍
Functions
28
◇
Types & classes
4
↓ 3 callers
Method
_make_layer
(self, block, planes, num_blocks, stride)
modeling/example_model.py:60
↓ 3 callers
Function
build_dataset
(transforms, is_train=True)
data/build.py:13
↓ 3 callers
Function
build_model
(cfg)
modeling/__init__.py:10
↓ 3 callers
Function
build_transforms
(cfg, is_train=True)
data/transforms/build.py:12
↓ 3 callers
Function
conv3x3
(in_planes, out_planes, stride=1)
layers/conv_layer.py:10
↓ 3 callers
Function
make_data_loader
(cfg, is_train=True)
data/build.py:18
↓ 2 callers
Function
make_optimizer
(cfg, model)
solver/build.py:10
↓ 2 callers
Function
setup_logger
(name, save_dir, distributed_rank)
utils/logger.py:12
↓ 1 callers
Method
__init__
(self, num_classes)
modeling/example_model.py:49
↓ 1 callers
Function
do_train
( cfg, model, train_loader, val_loader, optimizer, scheduler,
engine/example_trainer.py:14
↓ 1 callers
Function
inference
( cfg, model, val_loader )
engine/example_inference.py:13
↓ 1 callers
Function
main
()
tools/test_net.py:22
↓ 1 callers
Function
main
()
tools/train_net.py:47
↓ 1 callers
Function
train
(cfg)
tools/train_net.py:24
Method
__call__
(self, img)
data/transforms/transforms.py:30
Method
__init__
(self, in_planes, planes, stride=1)
modeling/example_model.py:25
Method
__init__
(self, probability=0.5, sl=0.02, sh=0.4, r1=0.3, mean=(0.4914, 0.4822, 0.4465))
data/transforms/transforms.py:23
Function
conv_init
(m)
modeling/example_model.py:14
Method
forward
(self, x)
modeling/example_model.py:39
Method
forward
(self, x)
modeling/example_model.py:70
Function
log_training_loss
(engine)
engine/example_trainer.py:45
Function
log_training_results
(engine)
engine/example_trainer.py:53
Function
log_validation_results
(engine)
engine/example_trainer.py:63
Function
print_times
(engine)
engine/example_trainer.py:74
Function
print_validation_results
(engine)
engine/example_inference.py:27
Method
test_cfg
(self)
tests/test_data_samplers.py:25
Method
test_dataset
(self)
tests/test_data_samplers.py:30
Method
test_optimzier
(self)
tests/test_data_samplers.py:19