-
Hello
I have issue with launching converted trt model.
I did step by step converting default model like this:
```
python tools/export_model.py -c configs/rtdetr/rtdetr_r50vd_6x_coco.yml \
…
-
I have a trouble when using pretrained model. I saved model's state_dict after training, then i loaded it, applied it on test data. It gave inconsistent results because i used the same data for visual…
-
@michelucci ,
Your book is perfect! Thank you!
Here, I found a issue, I have fixed it. I posted the fixed method.
In tensorflow 1.13.1, I run your code, a issue encountered.
### Original Code
`…
-
### 🐛 Describe the bug
The CM3Leon team has the following model:
```
import torch
import torch.nn as nn
import torch.nn.functional as F
import torch.utils.benchmark as benchmark
from t…
-
It seems that when model is create inside strategy.scope(), the sok.Variable is not of type 'MirroredVariable', thus tensorflow complains the 'self.param' is not created under strategy scope.
I loo…
-
## 公告
- 如果你是在校的学生,并且有兴趣参加飞桨社区的远程实习项目,非常欢迎你依据这份材料来申请远程实习:[百度飞桨框架实习计划](https://github.com/PaddlePaddle/community/blob/master/contributors/paddle_contributor_remote_intern_program.pdf)。我们会在3月3日晚上19点,举…
-
Hi! I did some analysis of [OMZ](https://github.com/openvinotoolkit/open_model_zoo/) models and found the following issues using [NVIDIA plugin](https://github.com/openvinotoolkit/openvino_contrib/tre…
-
So it doesn't create an extra copy in RAM and lives in the kernel page cache happily, loading instantly on subsequent runs.
-
while using sparseml to train my yolov8 object detection model following error was thrown
!pip install sparseml[ultralytics]
!sparseml.ultralytics.train --task=detect --pretrained --model=./content/…
-
### Feature description
Build a functional API for burn, in which the gradient of the arguments of simple functions can be computed and in which
Rust structures themselves can be differentiable ty…