-
Hi, I am quite new to tensorflow and I would like to fine-tune _centernet_hg104_512x512_coco17_tpu-8_ model from modelzoo on my own images.
I was following this tutorial:
https://github.com/tensor…
-
Hi there,
I would like to evaluate mobilefacenet (pytorch version) as a part of my thesis, and although I can see the model file:
https://github.com/deepinsight/insightface/blob/master/recognition…
-
I have tried several models downloaded from modelZoo,but they all got "The model and loaded state dict do not match exactly."
Dose it matter?
-
Hello, I have a question about prototxt. I found that in the modelzoo, some models do not have prototxt files, as shown below:
while some models have prototxt files, as shown below:
When/whe…
-
In the documentation here : https://github.com/dmlc/gluon-nlp/blob/master/docs/examples/sentence_embedding/bert.md in the "Conclusion" points to this broken link ( https://github.com/dmlc/gluon-nlp/bl…
-
根据https://www.yuque.com/easyx/easynlp/ts4czl 文档上的代码尝试使用文本向量化功能,但是报错找不到checkpoint_dir
请问是什么地方可能有问题呢
File "/home/iu/anaconda3/envs/easyNLP/lib/python3.8/site-packages/pai_easynlp-0.1.2-py3.8.egg/easyn…
-
Hi,
I use BatchPredict API for batch prediction, and when the input data shape is NDList size: 1,
0 : (2, 64) int32 or NDList size: 2 0 : (64) int32,1 : (64) int32, it will appear RuntimeError: …
-
项目启动报文件未找到异常
java.io.FileNotFoundException: .onnx file not found in: C:\Users\Administrator\.djl.ai\cache\repo\model\undefined\ai\djl\localmodelzoo\ff986e01c27f72ffaa13a437c93668d56ff025e5
at ai.dj…
-
Hi,
I tried this in modelzoo
```
def EfficientNetV2L(in_dim1,in_dim2,channels,out_dim):
inputs = Input(shape=(in_dim1, in_dim2, channels))
model_ = keras.applications.efficientnet_v2.Effici…
-
Try to run [Yolo-FastestV2](https://github.com/dog-qiuqiu/Yolo-FastestV2) on Jetson.
## Requitements
Instructions show that they need numpy 1.19.5, but we know that won't work on ARM64.
[dog-…