MCPcopy Create free account

hub / github.com/L1aoXingyu/Deep-Learning-Project-Template / functions

Functions28 in github.com/L1aoXingyu/Deep-Learning-Project-Template

↓ 3 callersMethod_make_layer
(self, block, planes, num_blocks, stride)
modeling/example_model.py:60
↓ 3 callersFunctionbuild_dataset
(transforms, is_train=True)
data/build.py:13
↓ 3 callersFunctionbuild_model
(cfg)
modeling/__init__.py:10
↓ 3 callersFunctionbuild_transforms
(cfg, is_train=True)
data/transforms/build.py:12
↓ 3 callersFunctionconv3x3
(in_planes, out_planes, stride=1)
layers/conv_layer.py:10
↓ 3 callersFunctionmake_data_loader
(cfg, is_train=True)
data/build.py:18
↓ 2 callersFunctionmake_optimizer
(cfg, model)
solver/build.py:10
↓ 2 callersFunctionsetup_logger
(name, save_dir, distributed_rank)
utils/logger.py:12
↓ 1 callersMethod__init__
(self, num_classes)
modeling/example_model.py:49
↓ 1 callersFunctiondo_train
( cfg, model, train_loader, val_loader, optimizer, scheduler,
engine/example_trainer.py:14
↓ 1 callersFunctioninference
( cfg, model, val_loader )
engine/example_inference.py:13
↓ 1 callersFunctionmain
()
tools/test_net.py:22
↓ 1 callersFunctionmain
()
tools/train_net.py:47
↓ 1 callersFunctiontrain
(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
Functionconv_init
(m)
modeling/example_model.py:14
Methodforward
(self, x)
modeling/example_model.py:39
Methodforward
(self, x)
modeling/example_model.py:70
Functionlog_training_loss
(engine)
engine/example_trainer.py:45
Functionlog_training_results
(engine)
engine/example_trainer.py:53
Functionlog_validation_results
(engine)
engine/example_trainer.py:63
Functionprint_times
(engine)
engine/example_trainer.py:74
Functionprint_validation_results
(engine)
engine/example_inference.py:27
Methodtest_cfg
(self)
tests/test_data_samplers.py:25
Methodtest_dataset
(self)
tests/test_data_samplers.py:30
Methodtest_optimzier
(self)
tests/test_data_samplers.py:19