-
### Describe the bug
Very closely related to #25385.
I want to be able to specify _multiple_ aliases. There isn't currently a way to do that, since objects cannot have repeated keys. Given the A…
-
halo
I encountered an issue while attempting to load a checkpoint using the Dora PEFT . Here's the specific context:
I am using the following code snippet:
```
load_adapter_checkpoint(
…
-
您好,我这边下载了您的权重文件,运行
python demo.py -c name=4x-epoch=84-step=1649340.ckpt
报错信息
Traceback (most recent call last):
File "demo.py", line 116, in
FontDetector.load_from_checkpoint(
File "/…
-
I have fine-tuned and quantized faster_rcnn model for the use but when I load it...
RuntimeError Traceback (most recent call last)
[](https://ef4m8e4i83j-496ff2e9c6d22…
-
I have issues with a tilemap with the following structure:
- Group1
- Layer1.1
- Group1.2
- Layer1.3
Due to this code: https://github.com/pythonarcade/pytiled_parser/blob/c8e7bbd45ed544…
-
Repro:
```
from functools import partial
from typing import Any, Callable, Iterable, Optional, Tuple
from contextlib import nullcontext
import torch
import torch.nn as nn
from torch.autogra…
-
Hi, I'm currently trying to use an updated wespeaker voice model like the one shown in the picture, but when I follow the file pyannote/audio/models/embedding/wespeaker/convert.py I can'…
-
Hi everyone,
I finetune the base model using the bash script provided here `peft/finetune.sh` using these parameters,
```
python3 finetune.py \
--model-name="google/timesfm-1.0-200m" \
…
-
When I run with one GPU, it shows that the model does not match。
here is the log
unexpected key in source state_dict: img_rpn_head.rpn_conv.weight, img_rpn_head.rpn_conv.bias, img_rpn_head.rpn_cls.w…
-
### Description of Issue
If a layer's identifier changes, it is not marked dirty.
https://github.com/PixarAnimationStudios/OpenUSD/blob/9b0c13b2efa6233c8a4a4af411833628c5435bde/pxr/usd/sdf/layer…