-
### 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 …
-
## 🐛 Bug
Only get error with nightly, 1.5.1 works fine.
(Edit: I saw this at other places. The main problem of getting this error is I can't see the original error trace.)
## How to reproduce…
-
Hello ,
I'm try to run your test.py on my env . but meet the problem below , did I make some mistake ?
(I could inport `/lib/lib_kernel/lib_fast_nms/nms_op.py ` but could't use it .)
```
Caus…
-
**I want to try Tensorboard. I found a pytorch example on github and it could run on OpenPAI v1.0.0. I then added '--log_dir = path:/mnt/tensorboard' in the command line and enabled Tensorboard. But i…
-
When trying to train the network on my own dataset the following error was flagged:
```
loading annotations into memory...
Done (t=0.31s)
creating index...
index created!
---------------------…
-
### System Info / 系統信息
cuda11.8
x2 3090
linux ubuntu 22.04 lts
pytorch2.4
### Information / 问题信息
- [X] The official example scripts / 官方的示例脚本
- [X] My own modified scripts / 我自己修改的脚本和任务
###…
-
```python3
import numpy as np
import psutil
import tensorflow as tf
model = tf.keras.applications.ResNet152V2()
images = np.zeros([20, 224, 224, 3], dtype=np.uint8)
for run in range(10…
-
https://github.com/zyddnys/manga-image-translator/issues/378
-
I went through your codebase and it is excellently explaining the whole process, but I could not find how to test the model for custom images after training.
I was thinking to extend this project …
-
Hi Sunil,
I really really love your work. It's novel, relatively easy and effective. After running your code, I have a few questions:
1. I can't figure out why the abstained number before learni…