-
Can this method be applied to Open-Sora-Plan and Latte as in the PAB paper, and would like to ask if there is a specific code for this part if it is to be applied
-
### 🚀 The feature, motivation and pitch
vLLM should output the serving FLOPs. This should be helpful for debugging performance and check the GPU utilization.
### Alternatives
_No response_
### Add…
-
in [Scaling Laws for Neural Language Models](https://arxiv.org/pdf/2001.08361.pdf), `C_forward = 2N + 2 * n_layer* n_ctx * d_attn`
Since backwards pass is approximately twice the compute as the f…
-
Hi, thank you for sharing your work.
I’m trying to perform semantic segmentation using PlainMamba, but I encountered errors when running commands like ```tools/get_flops.py``` and ```tools/dist_tes…
-
**Describe the bug**
When I tried to test the FLOPS information of two-stage detector `PointRCNN`, this error occurs:
*"AttributeError: 'PointRCNNRoIHead' object has no attribute 'forward_dummy"*
…
-
Hi all, I am trying to fine tune our model using [owl_vit model](https://github.com/google-research/scenic/tree/main/scenic/projects/owl_vit).
But when I try to run it, I get this error, `Attribut…
-
Hi,
Can you provide an example about how to calculate FLOPs/MACs for MinkowskiEngine model? It seems the pytorch profiler (e.g., [Lyken17/pytorch-OpCounter](https://github.com/Lyken17/pytorch-OpCou…
-
How did you calculate the FLOPs of HDR-GAN, sorry for the out of topic question
-
The FLOPs of swin_t is 4.5G, but I get 3.13G here. Am I using it the wrong way?
```
import torchvision.models as models
from ptflops import get_model_complexity_info
net = models.swin_t(num_cl…
-
Hi! Can you provide codes to reproduce MACs in Table 6(b) in your paper?
I calculate MACs on multiHMR_896_L using fvcore (https://github.com/facebookresearch/fvcore), but I get different outputs from…