-
I have installed the correct versions of habitat-api and habitat-sim following the instructions, and my cuda version is 10.0. I had the same error with the latest version of cuda as well, so I downgra…
-
### System information
- **What is the top-level directory of the model you are using**:
models/object_detection
- **Have I written custom code (as opposed to using a stock example script provided …
-
### Bug description
I don;t have a return statement in my training method but i still get the misconfiguration error for not returning none from training_epoch_end. the code breaks aftet he epoch ze…
-
### Prerequisite
- [X] I have searched [Issues](https://github.com/open-mmlab/mmpose/issues) and [Discussions](https://github.com/open-mmlab/mmpose/discussions) but cannot get the expected help.
- [X…
-
When running the resnet cpp example on a single V100 GPU with batch_size of 16 (I assume its fp32 as well since FlexFlow doesnt seem to have an fp16 option as far as I know) I'm seeing throughput of 3…
-
### Checklist
- [X] I have searched related issues but cannot get the expected help.
- [X] 2. I have read the [FAQ documentation](https://github.com/open-mmlab/mmdeploy/tree/main/docs/en/faq.md) but …
-
**Describe the bug**
A clear and concise description of what the bug is.
I 'm try to use this command to train dataset ,my command like this:
```
./distributed_train.sh 4 /data/test/ --cutmix 0.…
-
您好,我想请问一下AFF或者说iAFF如何应用于FPN呢,以AFF为例,X、Y分别为不同stage下的特征层,文章中说Y是高语义的,那么以resnet中下采样为32的层(Y)和下采样为16的层(X)来说,如何能使X+Y呢,这两个首先特征图的尺度不同,其次维度也不同。
很抱歉打扰您,期待您的回复,谢谢!
-
Running the imagnet resnet pytorch workload results in an error that may indicate an oom issue.
## Description
Traceback:
```
I1013 18:57:50.048486 139836274620224 submission_runner.py:231] …
-
Hi, I am trying to compile the resnet34 model using PyTorch's 2.0 max-tune mode. However, it fails with the following error
**Code**
```
model = torch.hub.load('pytorch/vision:v0.10.0', 'resnet34',…