-
I only want to test the inference code, so I skip traning stage
when I ran command
`python test.py configs/ssdnerf_avatar_uncond_thuman_conv_16bit.py work_dirs/cache/iter_160000.pth --gpu-ids 0 1`…
-
when use new version, something occurred to me:
1. load model
cannot use
```py
chat.load(source="custom", custom_path=MODEL_PATH, device='cpu', compile=False)
```
and meet the question…
-
The function I want to focus on asking about is load_weights:
```
def load_weights(self):
if self.opts.checkpoint_path is not None:
print(f'Loading ReStyle e4e from checkpoint:…
-
The error occurs on both qtip and quip_sharp. When trying to quantize the model, layers 2 (1 if indexed from 0) and 31 (30 if indexed from 0) produce the same error, specifically:
```
Traceback (m…
-
i can not download the encoder.pt and decoder.pt. can you help me ?
-
Hi, when I using `distserve_api_server.py` to start a server, it always raise an error during lauching it:
```
ray.exceptions.RayTaskError(RuntimeError): ray::ParaWorker.init_model() (pid=129376, ip…
-
Hi, I want to figure out some details about your map tokens.
I checked the `map_traj_token5.pkl` file which contains two keys:
```
"traj_src": shape (1024, 11, 2),
"sample_pt": shape (1024, 3,…
-
i followed the step to convert video. but i found the output video has no audio.
my command is:
> python inference.py --model_weight /data/RivaGAN/RivaGAN/model_weight/rivagan_32bit_model.pt --…
-
### 确认清单
- [X] 我已经阅读过 README.md 和 dependencies.md 文件
- [X] 我已经确认之前没有 issue 或 discussion 涉及此 BUG
- [X] 我已经确认问题发生在最新代码或稳定版本中
### Forge Commit 或者 Tag
AttributeError: 'Chat' object has no attribute 'gp…
-
Hello, I attempted to test the model by following the steps provided in etc/inference.ipynb. I downloaded the YoloStutter checkpoint from Google Drive, but it seems the code expects a .pt file or a si…