-
I made a model conversion script for iOS. The script imports pre-trained `.pt` file and convert into `.mlmodel` for CoreML.
I uploaded the converted model in my [tucan9389/SemanticSegmentation-Co…
-
Thanks for work, can you please help me with this issue
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "evaluation.py", line 325, i…
-
### 🐛 Describe the bug
```
import torch
class M(torch.nn.Module):
def __init__(self):
super().__init__()
self.conv = torch.nn.Conv1d(6, 6, 6, groups=2)
def forward(s…
-
When I run the "python3 app.py" for demo, it cannot load the pretrained model naver-clova-ix/donut-base-finetuned-docvqa, there is a size miss match error
pretrained_model = DonutModel.from_pre…
-
### Question
_No response_
-
I am trying to use the codegen 2B model and I am able to get the triton server running. However, I see multiple warnings (posted below) about loading model weights. I was wondering if this is normal? …
-
Hi,
I am trying to run the codes for Age detection using jupyter notebook but I an getting errors when I try to load the weights.
When the code below is used,
base_model = ResNet50(include_top=…
-
> Traceback (most recent call last):
File "inference_t2i.py", line 372, in
gen_token_ids = model.t2i_generate(
File "Show-o/models/modeling_showo.py", line 108, in t2i_generate
cond_l…
-
below issue show once start training
`[/usr/local/lib/python3.10/dist-packages/torch/nn/modules/linear.py](https://localhost:8080/#) in forward(self, input)
112
113 def forward(self…
-
Hi all,
I've been trying to run a CNN on my data. When I tried to add kernel constraints on layers:
`model.add(Dense(num_classes, kernel_constraint = max_norm(0.25)))`
I got the error:
---…