-
I finetuned InceptionV1 with flowers17 dataset
At the very end, the log said:
saving model.pb model.ckpt googlenetLucid.pb with top node Mixed_5c_Concatenated/concat
Then, I executed a copy…
-
I executed the Create a .mar file from onnx model, from (https://github.com/awslabs/multi-model-server/blob/master/model-archiver/docs/convert_from_onnx.md), however it produces errors, and the curl t…
-
请问有没有推荐系统中召回或排序的例子以及文本分类的例子
-
## Description
I tried to deploy Yolov5 to a Ubuntu PC using DJL. However, a memory leak occurred during inference. After experimenting, I found that the memory leak was only in this code.
`resul…
-
```
23/02/01 16:09:44 ERROR Executor: Exception in task 0.0 in stage 3.0 (TID 2)
ai.djl.engine.EngineException: Failed to load PyTorch native library
at ai.djl.pytorch.engine.PtEngine.newInstance(…
-
Hi,
Does the old ST-GCN realtime demo recongition has been integrated on the mmskeleton project ?
-
Hello,
It looks like line 39 of `run.py` in `modelzoo/modelzoo/transformers/pytorch/llama/run.py` is causing a GPT2 model to be trained, instead of a Llama model. I suspect this is not the intended…
-
### 确认清单
- [X] 我已经阅读过 README.md 和 dependencies.md 文件
- [X] 我已经确认之前没有 issue 或 discussion 涉及此 BUG
- [X] 我已经确认问题发生在最新代码或稳定版本中
### Forge Commit 或者 Tag
44ccc49
### Python 版本
3.10.15
### PyTorch 版本
2…
-
Hi,
I'm encountering errors when attempting to compile pretrained yolov5m_wo_spp.onnx using hailomz. Here are the details:
Command:
> hailomz compile --ckpt ../models/yolov5m_wo_spp.onnx --c…
-
Hi, I wanted to convert the pretrained SimSwap 512 .pth model to .onnx file format.
I'm not so much into Python, so I don't really know what to do. From what I understand, the code to do so looks s…