facebookresearch/fvcore
Collection of common code that's shared among different research projects in FAIR computer vision team.
PythonApache-2.0
Issues
- 2
iopath dependency
#141 opened by BagelOrb - 0
Checkpointer load should specify `weights_only`
#154 opened by baldassarreFe - 0
FlopCountAnalysis issues
#153 opened by cavalleria - 0
different bn_stats on different DDP ranks after update_bn_stats as precise_bn does not synchronize batch_size
#152 opened by guzy0324 - 0
RuntimeError: Detected that you are using FX to torch.jit.trace a dynamo-optimized function. This is not supported at the moment.
#150 opened by arghavan-kpm - 2
The flopcounter does not support LeakyReLU?
#105 opened by Windaway - 0
ValueError: You have to specify either decoder_input_ids or decoder_inputs_embeds
#149 opened by Aafiya-H - 5
ValueError: Invalid type <class 'numpy.int32'> for the flop count! Please use a wider type to avoid overflow.
#104 opened by WYHZQ - 1
Conflict with torch.distributed?
#145 opened by Wuzimeng - 2
flop count analysis of LSTM layers
#98 opened by HendrikKlug-synthara - 0
- 0
Counting FLOPS for a custom op with set_op_handle: a toy example that doesn't work.
#147 opened by guynich - 0
Unsupported operators
#143 opened by qsimeon - 0
support div mul add
#142 opened by yokosyun - 2
- 0
Quantized model size
#139 opened by prinshul - 0
Unsupported operator aten::add_
#138 opened by peterzheng98 - 0
NotImplementedError during FlopCountAnalysis if submodule decorated by torch.compile
#137 opened by flishwang - 0
Sort state_dict.keys() in _strip_prefix_if_present?
#136 opened by isdanni - 9
RuntimeError in ParamScheduler
#81 opened by krishnamoorthybabu - 0
- 9
- 1
Clarification in the nomenclature of FLOPs / MACs
#133 opened by Vinayaka2k - 0
Feed two batches and then dividing the ended FLOPs by 2 to avoid the batch_norm error?
#132 opened by cloude-z - 1
- 0
- 0
Why is the sigmoid function applied to logits before calling F.binary_cross_entropy_with_logits?
#126 opened by kirill-menke - 0
Formula for batch normalization
#124 opened by unipdjahanifar - 2
DeformConv2d not supported in FLOPs counting?
#121 opened by kenmbkr - 2
Does a single multiply op count one flop?
#119 opened by jixiege - 1
Memory leak?
#115 opened by josecannete - 0
baddbmm not supported
#117 opened by rwightman - 0
Meaning of Class <ActivationCountAnalysis>
#112 opened by go-ahead-maker - 0
- 0
Wrong FLOPs count if some submodules of the model are wrapped by DataParallel
#109 opened by luowyang - 0
ShapelyDeprecationWarning in CropTransform
#103 opened by bowenc0221 - 2
Matmul Flops
#108 opened by breuera - 2
Counting bias term
#102 opened by noamgot - 0
Wrong ConvTranspose flops
#78 opened by manipopopo - 0
- 0
- 5
Getting:- ImportError: cannot import name 'FakeQuantizeBase' from 'torch.quantization'
#89 opened by patrickn699 - 5
- 0
New import breaks compatibility with python 3.6/7
#94 opened by radao - 4
How can I support custom operators?
#83 opened by xunleiwu - 9
BUG: ImportError: cannot import name 'FakeQuantizeBase' from 'torch.quantization'
#87 opened by hasansalimkanmaz - 3
can't calculate the flops of loop in def forward
#92 opened by wwHwo - 3
"flop_count" for Detectron2 DeformConv
#84 opened by bowenc0221 - 2
How do I cite this repo?
#82 opened by ekosman - 5
Overall Flops are less than the modules
#76 opened by DuanHuiyu