Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/benedettaliberatori/T3AL
/ functions
Functions
280 in github.com/benedettaliberatori/T3AL
⨍
Functions
280
◇
Types & classes
12
Method
forward
(self, x)
src/models/components/baselines.py:152
Function
getNodeIndex
(node)
docs/static/js/bulma-carousel.js:1005
Function
get_metric_value
Safely retrieves value of the metric logged in LightningModule.
src/utils/utils.py:95
Function
get_pylogger
Initializes multi-GPU-friendly python command line logger.
src/utils/pylogger.py:6
Function
gl
(c)
docs/static/js/fontawesome.all.min.js:5
Function
height
(element)
docs/static/js/bulma-carousel.js:136
Function
hide
(elements)
docs/static/js/bulma-carousel.js:116
Function
hl
(c)
docs/static/js/fontawesome.all.min.js:5
Function
ic
(c)
docs/static/js/fontawesome.all.min.js:5
Function
inner
(*inner_args, **inner_kwargs)
src/data/components/utils.py:42
Function
instantiate_callbacks
Instantiates callbacks from config.
src/utils/instantiators.py:13
Function
instantiate_loggers
Instantiates loggers from config.
src/utils/instantiators.py:33
Function
isDate
(unknown)
docs/static/js/bulma-carousel.js:234
Function
isEmptyObject
(unknown)
docs/static/js/bulma-carousel.js:240
Function
isFunction
(unknown)
docs/static/js/bulma-carousel.js:225
Function
isInViewport
(element, html)
docs/static/js/bulma-carousel.js:1481
Function
isNumber
(unknown)
docs/static/js/bulma-carousel.js:228
Function
isObject
(unknown)
docs/static/js/bulma-carousel.js:237
Function
isRtl
()
docs/static/js/bulma-carousel.js:991
Function
isString
(unknown)
docs/static/js/bulma-carousel.js:231
Function
isVideo
(unknown)
docs/static/js/bulma-carousel.js:252
Function
jc
()
docs/static/js/fontawesome.all.min.js:5
Function
l
(t,e)
docs/static/js/bulma-carousel.min.js:1
Function
log_hyperparameters
Controls which config parts are saved by lightning loggers. Additionally saves: - Number of model parameters
src/utils/logging_utils.py:10
Function
nc
(c)
docs/static/js/fontawesome.all.min.js:5
Function
offset
(element)
docs/static/js/bulma-carousel.js:123
Method
on_test_epoch_end
(self)
src/models/tt_method_module.py:122
Method
on_test_epoch_end
(self)
src/models/baseline_module.py:95
Method
on_test_epoch_end
(self)
src/models/tf_method_module.py:116
Method
on_test_epoch_start
(self)
src/models/tt_method_module.py:95
Method
on_test_epoch_start
(self)
src/models/baseline_module.py:87
Method
on_test_epoch_start
(self)
src/models/tf_method_module.py:94
Method
on_train_epoch_end
(self)
src/models/tt_method_module.py:86
Method
on_train_epoch_end
(self)
src/models/baseline_module.py:78
Method
on_train_epoch_end
(self)
src/models/tf_method_module.py:85
Method
on_train_start
(self)
src/models/tt_method_module.py:77
Method
on_train_start
(self)
src/models/baseline_module.py:69
Method
on_train_start
(self)
src/models/tf_method_module.py:76
Method
on_validation_epoch_end
(self)
src/models/tt_method_module.py:92
Method
on_validation_epoch_end
(self)
src/models/baseline_module.py:84
Method
on_validation_epoch_end
(self)
src/models/tf_method_module.py:91
Function
outerHeight
(element)
docs/static/js/bulma-carousel.js:140
Function
outerWidth
(element)
docs/static/js/bulma-carousel.js:151
Function
position
(element)
docs/static/js/bulma-carousel.js:162
Function
print_config_tree
Prints content of DictConfig using Rich library and its tree structure. Args: cfg (DictConfig): Configuration composed by Hydra.
src/utils/rich_utils.py:18
Method
process_frames
(self, allframes)
src/data/components/dataset.py:86
Function
rc
(c)
docs/static/js/fontawesome.all.min.js:5
Function
removeClasses
(element, classes)
docs/static/js/bulma-carousel.js:102
Function
show
(elements)
docs/static/js/bulma-carousel.js:109
Method
subset_mask_list
(self)
src/data/custom_datamodule.py:99
Function
task_wrapper
Optional decorator that controls the failure behavior when executing the task function. This wrapper can be used to: - make sure loggers are
src/utils/utils.py:42
Method
teardown
Clean up after fit or test.
src/data/custom_datamodule.py:102
Function
test_eval_config
(cfg_eval: DictConfig)
tests/test_configs.py:19
Function
test_experiments
Test running all available experiment configs with fast_dev_run=True.
tests/test_sweeps.py:12
Function
test_hydra_sweep
Test default hydra sweep.
tests/test_sweeps.py:26
Function
test_hydra_sweep_ddp_sim
Test default hydra sweep with ddp sim.
tests/test_sweeps.py:41
Function
test_mnist_datamodule
(batch_size)
tests/test_datamodules.py:10
Function
test_optuna_sweep
Test optuna sweep.
tests/test_sweeps.py:59
Function
test_optuna_sweep_ddp_sim_wandb
Test optuna sweep with wandb and ddp sim.
tests/test_sweeps.py:75
Method
test_step
(self, batch: Any, batch_idx: int)
src/models/tt_method_module.py:101
Method
test_step
(self, batch: Any, batch_idx: int)
src/models/baseline_module.py:91
Method
test_step
(self, batch: Any, batch_idx: int)
src/models/tf_method_module.py:98
Function
test_train_config
(cfg_train: DictConfig)
tests/test_configs.py:6
Function
test_train_ddp_sim
Simulate DDP (Distributed Data Parallel) on 2 CPU processes.
tests/test_train.py:53
Function
test_train_epoch_double_val_loop
Train 1 epoch with validation loop twice per epoch.
tests/test_train.py:43
Function
test_train_epoch_gpu_amp
Train 1 epoch on GPU with mixed-precision.
tests/test_train.py:32
Function
test_train_eval
Train for 1 epoch with `train.py` and evaluate with `eval.py`
tests/test_eval.py:12
Function
test_train_fast_dev_run
Run for 1 train, val and test step.
tests/test_train.py:11
Function
test_train_fast_dev_run_gpu
Run for 1 train, val and test step on GPU.
tests/test_train.py:21
Function
test_train_resume
Run 1 epoch, finish, and resume for another epoch.
tests/test_train.py:65
Method
training_step
(self, batch: Any, batch_idx: int)
src/models/tt_method_module.py:83
Method
training_step
(self, batch: Any, batch_idx: int)
src/models/baseline_module.py:75
Method
training_step
(self, batch: Any, batch_idx: int)
src/models/tf_method_module.py:82
Function
uuid
()
docs/static/js/bulma-carousel.js:985
Method
validation_step
(self, batch: Any, batch_idx: int)
src/models/tt_method_module.py:89
Method
validation_step
(self, batch: Any, batch_idx: int)
src/models/baseline_module.py:81
Method
validation_step
(self, batch: Any, batch_idx: int)
src/models/tf_method_module.py:88
Function
vc
()
docs/static/js/fontawesome.all.min.js:5
Function
width
(element)
docs/static/js/bulma-carousel.js:132
Function
wrap
(cfg: DictConfig)
src/utils/utils.py:62
← previous
201–280 of 280, ranked by callers