-
Hi I tried to use the method "get_model_profile" to get the latency and flop for my model. To get avoid of the influence from randomness, I used this method in a for loop for several times, and then a…
-
你好,我在实现你的基于Swin-b的场景分类任务时,在cla_model.py中的第161行x, target = x
代码报错ValueError: not enough values to unpack (expected 2, got 1)
请看看代码实现是否有误?
-
When I use onnx-tool to count the flops and params of my wenet model, I encounter this issue: this Node GreaterOrEqual-GreaterOrEqual_27 has no value_infer.
-
### Prerequisite
- [X] I have searched [Issues](https://github.com/open-mmlab/mmrotate/issues) and [Discussions](https://github.com/open-mmlab/mmrotate/discussions) but cannot get the expected help.
…
-
Hi,
I am trying to use the thop profile to measure MACs and FLOPs of a model before and after applying quantisation to the model.
- Does the current implementation of measuring MACs count INT8 q…
-
When attempting to run the run_test.py script, an AssertionError is encountered. I followed the guidelines provided in the [DSEC-Detection](https://github.com/uzh-rpg/dsec-det?tab=readme-ov-file#test-…
-
1.I train a gpt2 model with pipeline parallerlism, Flops Profiler in ds config is useless, it output nothing
2. So add some code like this:
```
prof = None
if args.deepspeed:
prof = FlopsProfil…
-
From [the paper](https://arxiv.org/abs/2401.02954), Eq.2 list Chinchilla compute calculation as
$$6N_2 = 72 n_\text{layer}d_\text{model}^2 + 6n_\text{vocab}d_\text{model}$$
The first term comes …
-
I am using mmdetection version 2.28.2. I am currently using the Mask2Former model. When I use the trained model to calculate flops, params (using the thop library), or visualize using gradcam, I get a…
-
Hi~
Is there any way to get the FLOPs of an existing model in the search space?
Thanks~