Intrinsic Subgraph Generation for interpretable VQA
Contents:
API Reference
ISubGVQA
Submodules
ISubGVQA.datasets
ISubGVQA.models
ISubGVQA.sampling
ISubGVQA.training
ISubGVQA.utils
Intrinsic Subgraph Generation for interpretable VQA
API Reference
ISubGVQA
ISubGVQA.utils
ISubGVQA.utils.avg_meter
View page source
ISubGVQA.utils.avg_meter
Classes
AverageMeter
Computes and stores the average and current value
Module Contents
class
ISubGVQA.utils.avg_meter.
AverageMeter
(
name
,
fmt
=
':f'
)
Bases:
object
Computes and stores the average and current value
name
fmt
=
':f'
reset
(
)
update
(
val
,
n
=
1
)
__str__
(
)