随时学丫
随时学丫
I ran into this problem, but I simply deleted the function because config.init_relevance is null and will not be used by the code below
The first directory that must be created under the train directory is the location of the image data, and within this directory you need to create another directory named with...
I mean how to deploy online services, I don't find inference code in the project, only see training code
I have solved this problem, thanks
Sorry, I wrote the inference code, but I still didn't get the feature processing done before deploying the service to do the inference There are several questions 1. In current...
**before awq** : Normal output  **enother case**  **train code** ``` import datasets import json from awq import AutoAWQForCausalLM from transformers import AwqConfig, AutoConfig from huggingface_hub import HfApi from...
> 1.首先使用pnnx去转pytorch模型; 2.根据你图里面输入是1x256x3x110x110时,可以使用 `ncnn::Mat in(110, 100, 256, 3); in.fill(1.f);` 这样构造出来的mat就是你需要的维度 我是这样构建的输入,但是代码报红,没法运行